#4B8FC2

Color #4B8FC2 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #4B8FC2

Tints of Danube #4B8FC2

Color information

#4B8FC2 (or 0x4B8FC2) is unknown color: approx Danube. HEX triplet: 4B, 8F and C2. RGB value is (75,143,194). Sum of RGB (Red+Green+Blue) = 75+143+194=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #4B8FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8FC2 is #B4703D. Grayscale: #808080. Windows color (decimal): -11825214 or 12750667. OLE color: 12750667.

HSL color Cylindrical-coordinate representation of color #4B8FC2: hue angle of 205.71º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B8FC2 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB75143194-
CMYK0.610.2600.24
HSL205.71º49.38%52.75%-
HSV(B)205.71º61.34%76.08%-
XYZ22.4625.0454.69-
YUV128.48164.9789.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 18.20%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 194 (76.17% from 255) = 47.09%
R=18.20%
G=34.71%
B=47.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751431940.610.2600.24205.7149.3852.75
Hex4B8FC23D1A018ce3135
Octal11321730275320303166165
Binary100101110001111110000101111011101001100011001110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B8FC2; }

 p { color: rgb(75,143,194); }

 H1.HeaderClassName
 {
   color: #4B8FC2;
 }
 .AnyTagClassName
 {
   color: #4B8FC2;
 }
</style>
background-color css

<style>
 a { background-color: #4B8FC2; }

 a { background-color: rgb(75,143,194); }

 div.DivClassName
 {
   background-color: #4B8FC2;
 }
 .BgClassName
 {
   background-color: #4B8FC2;
 }
</style>
border-color css

<style>
 span { border-color: #4B8FC2; }

 span { border-color: rgb(75,143,194); }

 td.TdClassName
 {
   border-color: #4B8FC2;
 }
 .TagClassName
 {
   border-color: #4B8FC2;
 }
</style>