#4C90F6

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

Shades of Cornflower Blue #4C90F6

Tints of Cornflower Blue #4C90F6

Color information

#4C90F6 (or 0x4C90F6) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 90 and F6. RGB value is (76,144,246). Sum of RGB (Red+Green+Blue) = 76+144+246=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #4C90F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C90F6 is #B36F09. Grayscale: #868686. Windows color (decimal): -11759370 or 16158796. OLE color: 16158796.

HSL color Cylindrical-coordinate representation of color #4C90F6: hue angle of 216º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C90F6 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB76144246-
CMYK0.690.4100.04
HSL216º90.43%63.14%-
HSV(B)216º69.11%96.47%-
XYZ29.5928.1491.06-
YUV135.3190.4785.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.31%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 246 (96.48% from 255) = 52.79%
R=16.31%
G=30.90%
B=52.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal761442460.690.4100.0421690.4363.14
Hex4C90F6452904d85a3f
Octal114220366105510433013277
Binary1001100100100001111011010001011010010100110110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C90F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,144,246); }

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

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

 a { background-color: rgb(76,144,246); }

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

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

 span { border-color: rgb(76,144,246); }

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