#424075

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

Shades of Corn Flower Blue #424075

Tints of Corn Flower Blue #424075

Color information

#424075 (or 0x424075) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 40 and 75. RGB value is (66,64,117). Sum of RGB (Red+Green+Blue) = 66+64+117=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #424075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424075 is #BDBF8A. Grayscale: #464646. Windows color (decimal): -12435339 or 7684162. OLE color: 7684162.

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

Color convert

RGB6664117-
CMYK0.440.4500.54
HSL242.26º29.28%35.49%-
HSV(B)242.26º45.3%45.88%-
XYZ7.296.1117.62-
YUV70.64154.16124.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=26.72%
G=25.91%
B=47.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66641170.440.4500.54242.2629.2835.49
Hex4240752C2D036f21d23
Octal10210016554550663623543
Binary10000101000000111010110110010110101101101111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424075; }

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

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

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

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

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

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

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

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