#4F90CB

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

Shades of Danube #4F90CB

Tints of Danube #4F90CB

Color information

#4F90CB (or 0x4F90CB) is unknown color: approx Danube. HEX triplet: 4F, 90 and CB. RGB value is (79,144,203). Sum of RGB (Red+Green+Blue) = 79+144+203=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F90CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90CB is #B06F34. Grayscale: #828282. Windows color (decimal): -11562805 or 13340751. OLE color: 13340751.

HSL color Cylindrical-coordinate representation of color #4F90CB: hue angle of 208.55º 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 #4F90CB is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB79144203-
CMYK0.610.2900.20
HSL208.55º54.39%55.29%-
HSV(B)208.55º61.08%79.61%-
XYZ23.9825.9260.24-
YUV131.29168.4790.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.54%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=18.54%
G=33.80%
B=47.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal791442030.610.2900.20208.5554.3955.29
Hex4F90CB3D1D014d13637
Octal11722031375350243216667
Binary100111110010000110010111111011110101010011010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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