#4F8FCB

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

Shades of Danube #4F8FCB

Tints of Danube #4F8FCB

Color information

#4F8FCB (or 0x4F8FCB) is unknown color: approx Danube. HEX triplet: 4F, 8F and CB. RGB value is (79,143,203). Sum of RGB (Red+Green+Blue) = 79+143+203=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F8FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8FCB is #B07034. Grayscale: #828282. Windows color (decimal): -11563061 or 13340495. OLE color: 13340495.

HSL color Cylindrical-coordinate representation of color #4F8FCB: hue angle of 209.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F8FCB is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB79143203-
CMYK0.610.3000.20
HSL209.03º54.39%55.29%-
HSV(B)209.03º61.08%79.61%-
XYZ23.8325.6260.19-
YUV130.7168.891.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.59%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=18.59%
G=33.65%
B=47.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal791432030.610.3000.20209.0354.3955.29
Hex4F8FCB3D1E014d13637
Octal11721731375360243216667
Binary100111110001111110010111111011111001010011010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,143,203); }

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

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

 a { background-color: rgb(79,143,203); }

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

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

 span { border-color: rgb(79,143,203); }

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