#4C8AFC

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

Shades of Cornflower Blue #4C8AFC

Tints of Cornflower Blue #4C8AFC

Color information

#4C8AFC (or 0x4C8AFC) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 8A and FC. RGB value is (76,138,252). Sum of RGB (Red+Green+Blue) = 76+138+252=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C8AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8AFC is #B37503. Grayscale: #838383. Windows color (decimal): -11760900 or 16550476. OLE color: 16550476.

HSL color Cylindrical-coordinate representation of color #4C8AFC: hue angle of 218.86º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C8AFC is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB76138252-
CMYK0.700.4500.01
HSL218.86º96.7%64.31%-
HSV(B)218.86º69.84%98.82%-
XYZ29.6426.7495.69-
YUV132.46195.4687.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.31%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 252 (98.83% from 255) = 54.08%
R=16.31%
G=29.61%
B=54.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal761382520.700.4500.01218.8696.764.31
Hex4C8AFC462D01db6140
Octal1142123741065501333141100
Binary100110010001010111111001000110101101011101101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,138,252); }

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

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

 a { background-color: rgb(76,138,252); }

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

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

 span { border-color: rgb(76,138,252); }

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