#4C8DFF

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

Shades of Cornflower Blue #4C8DFF

Tints of Cornflower Blue #4C8DFF

Color information

#4C8DFF (or 0x4C8DFF) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 8D and FF. RGB value is (76,141,255). Sum of RGB (Red+Green+Blue) = 76+141+255=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C8DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8DFF is #B37200. Grayscale: #868686. Windows color (decimal): -11760129 or 16747852. OLE color: 16747852.

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

Color convert

RGB76141255-
CMYK0.700.4500
HSL218.21º100%64.9%-
HSV(B)218.21º70.2%100%-
XYZ30.5627.8198.36-
YUV134.56195.9786.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.10%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 255 (100% from 255) = 54.03%
R=16.10%
G=29.87%
B=54.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal761412550.700.4500218.2110064.9
Hex4C8DFF462D00da6441
Octal1142153771065500332144101
Binary100110010001101111111111000110101101001101101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,141,255); }

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

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

 a { background-color: rgb(76,141,255); }

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

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

 span { border-color: rgb(76,141,255); }

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