#424876

Color #424876 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #424876

Tints of Corn Flower Blue #424876

Color information

#424876 (or 0x424876) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 48 and 76. RGB value is (66,72,118). Sum of RGB (Red+Green+Blue) = 66+72+118=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #424876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424876 is #BDB789. Grayscale: #4B4B4B. Windows color (decimal): -12433290 or 7751746. OLE color: 7751746.

HSL color Cylindrical-coordinate representation of color #424876: hue angle of 233.08º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424876 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6672118-
CMYK0.440.3900.54
HSL233.08º28.26%36.08%-
HSV(B)233.08º44.07%46.27%-
XYZ7.837.118.1-
YUV75.45152.01121.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=25.78%
G=28.12%
B=46.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66721180.440.3900.54233.0828.2636.08
Hex4248762C27036e91c24
Octal10211016654470663513444
Binary10000101001000111011010110010011101101101110100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424876; }

 p { color: rgb(66,72,118); }

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

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

 a { background-color: rgb(66,72,118); }

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

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

 span { border-color: rgb(66,72,118); }

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