#4F8DC6

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

Shades of Danube #4F8DC6

Tints of Danube #4F8DC6

Color information

#4F8DC6 (or 0x4F8DC6) is unknown color: approx Danube. HEX triplet: 4F, 8D and C6. RGB value is (79,141,198). Sum of RGB (Red+Green+Blue) = 79+141+198=418 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.90% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #4F8DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8DC6 is #B07239. Grayscale: #808080. Windows color (decimal): -11563578 or 13012303. OLE color: 13012303.

HSL color Cylindrical-coordinate representation of color #4F8DC6: hue angle of 208.74º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F8DC6 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB79141198-
CMYK0.600.2900.22
HSL208.74º51.07%54.31%-
HSV(B)208.74º60.1%77.65%-
XYZ22.9424.7957-
YUV128.96166.9692.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.90%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 198 (77.73% from 255) = 47.37%
R=18.90%
G=33.73%
B=47.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal791411980.600.2900.22208.7451.0754.31
Hex4F8DC63C1D016d13336
Octal11721530674350263216366
Binary100111110001101110001101111001110101011011010001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,141,198); }

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

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

 a { background-color: rgb(79,141,198); }

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

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

 span { border-color: rgb(79,141,198); }

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