#424776

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

Shades of Corn Flower Blue #424776

Tints of Corn Flower Blue #424776

Color information

#424776 (or 0x424776) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 47 and 76. RGB value is (66,71,118). Sum of RGB (Red+Green+Blue) = 66+71+118=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #424776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424776 is #BDB889. Grayscale: #4A4A4A. Windows color (decimal): -12433546 or 7751490. OLE color: 7751490.

HSL color Cylindrical-coordinate representation of color #424776: hue angle of 234.23º 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 #424776 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6671118-
CMYK0.440.4000.54
HSL234.23º28.26%36.08%-
HSV(B)234.23º44.07%46.27%-
XYZ7.776.9718.08-
YUV74.86152.34121.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=25.88%
G=27.84%
B=46.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66711180.440.4000.54234.2328.2636.08
Hex4247762C28036ea1c24
Octal10210716654500663523444
Binary10000101000111111011010110010100001101101110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424776; }

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

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

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

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

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

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

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

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