#4F90E0

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

Shades of Cornflower Blue #4F90E0

Tints of Cornflower Blue #4F90E0

Color information

#4F90E0 (or 0x4F90E0) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 90 and E0. RGB value is (79,144,224). Sum of RGB (Red+Green+Blue) = 79+144+224=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F90E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90E0 is #B06F1F. Grayscale: #858585. Windows color (decimal): -11562784 or 14717007. OLE color: 14717007.

HSL color Cylindrical-coordinate representation of color #4F90E0: hue angle of 213.1º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F90E0 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB79144224-
CMYK0.650.3600.12
HSL213.1º70.05%59.41%-
HSV(B)213.1º64.73%87.84%-
XYZ26.6526.9974.33-
YUV133.68178.9789-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.67%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 224 (87.89% from 255) = 50.11%
R=17.67%
G=32.21%
B=50.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal791442240.650.3600.12213.170.0559.41
Hex4F90E041240Cd5463b
Octal1172203401014401432510673
Binary10011111001000011100000100000110010001100110101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F90E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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