#424775

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

Shades of Corn Flower Blue #424775

Tints of Corn Flower Blue #424775

Color information

#424775 (or 0x424775) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 47 and 75. RGB value is (66,71,117). Sum of RGB (Red+Green+Blue) = 66+71+117=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #424775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424775 is #BDB88A. Grayscale: #4A4A4A. Windows color (decimal): -12433547 or 7685954. OLE color: 7685954.

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

Color convert

RGB6671117-
CMYK0.440.3900.54
HSL234.12º27.87%35.88%-
HSV(B)234.12º43.59%45.88%-
XYZ7.716.9517.76-
YUV74.75151.84121.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=25.98%
G=27.95%
B=46.06%

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
Decimal66711170.440.3900.54234.1227.8735.88
Hex4247752C27036ea1c24
Octal10210716554470663523444
Binary10000101000111111010110110010011101101101110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424775; }

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

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

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

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

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

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

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

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