#4E81FF

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

Shades of Cornflower Blue #4E81FF

Tints of Cornflower Blue #4E81FF

Color information

#4E81FF (or 0x4E81FF) is unknown color: approx Cornflower Blue. HEX triplet: 4E, 81 and FF. RGB value is (78,129,255). Sum of RGB (Red+Green+Blue) = 78+129+255=462 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.88% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E81FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E81FF is #B17E00. Grayscale: #7F7F7F. Windows color (decimal): -11632129 or 16744782. OLE color: 16744782.

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

Color convert

RGB78129255-
CMYK0.690.4900
HSL222.71º100%65.29%-
HSV(B)222.71º69.41%100%-
XYZ29.0424.5497.81-
YUV128.12199.692.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.88%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 255 (100% from 255) = 55.19%
R=16.88%
G=27.92%
B=55.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal781292550.690.4900222.7110065.29
Hex4E81FF453100df6441
Octal1162013771056100337144101
Binary100111010000001111111111000101110001001101111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E81FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,129,255); }

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

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

 a { background-color: rgb(78,129,255); }

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

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

 span { border-color: rgb(78,129,255); }

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