#4C9BF0

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

Shades of Cornflower Blue #4C9BF0

Tints of Cornflower Blue #4C9BF0

Color information

#4C9BF0 (or 0x4C9BF0) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 9B and F0. RGB value is (76,155,240). Sum of RGB (Red+Green+Blue) = 76+155+240=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #4C9BF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C9BF0 is #B3640F. Grayscale: #8C8C8C. Windows color (decimal): -11756560 or 15768396. OLE color: 15768396.

HSL color Cylindrical-coordinate representation of color #4C9BF0: hue angle of 211.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C9BF0 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76155240-
CMYK0.680.3500.06
HSL211.1º84.54%61.96%-
HSV(B)211.1º68.33%94.12%-
XYZ30.4331.2786.87-
YUV141.07183.8381.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.14%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 240 (94.14% from 255) = 50.96%
R=16.14%
G=32.91%
B=50.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal761552400.680.3500.06211.184.5461.96
Hex4C9BF0442306d3553e
Octal114233360104430632312576
Binary1001100100110111111000010001001000110110110100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,155,240); }

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

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

 a { background-color: rgb(76,155,240); }

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

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

 span { border-color: rgb(76,155,240); }

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