#424471

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

Shades of Corn Flower Blue #424471

Tints of Corn Flower Blue #424471

Color information

#424471 (or 0x424471) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 44 and 71. RGB value is (66,68,113). Sum of RGB (Red+Green+Blue) = 66+68+113=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #424471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424471 is #BDBB8E. Grayscale: #484848. Windows color (decimal): -12434319 or 7423042. OLE color: 7423042.

HSL color Cylindrical-coordinate representation of color #424471: hue angle of 237.45º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424471 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6668113-
CMYK0.420.4000.56
HSL237.45º26.26%35.1%-
HSV(B)237.45º41.59%44.31%-
XYZ7.296.4816.49-
YUV72.53150.84123.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=26.72%
G=27.53%
B=45.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66681130.420.4000.56237.4526.2635.1
Hex4244712A28038ed1a23
Octal10210416152500703553243
Binary10000101000100111000110101010100001110001110110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424471; }

 p { color: rgb(66,68,113); }

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

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

 a { background-color: rgb(66,68,113); }

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

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

 span { border-color: rgb(66,68,113); }

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