#4F90CA

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

Shades of Danube #4F90CA

Tints of Danube #4F90CA

Color information

#4F90CA (or 0x4F90CA) is unknown color: approx Danube. HEX triplet: 4F, 90 and CA. RGB value is (79,144,202). Sum of RGB (Red+Green+Blue) = 79+144+202=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F90CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90CA is #B06F35. Grayscale: #828282. Windows color (decimal): -11562806 or 13275215. OLE color: 13275215.

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

Color convert

RGB79144202-
CMYK0.610.2900.21
HSL208.29º53.71%55.1%-
HSV(B)208.29º60.89%79.22%-
XYZ23.8625.8759.61-
YUV131.18167.9790.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.59%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=18.59%
G=33.88%
B=47.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791442020.610.2900.21208.2953.7155.1
Hex4F90CA3D1D015d03637
Octal11722031275350253206667
Binary100111110010000110010101111011110101010111010000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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