#424070

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

Shades of Corn Flower Blue #424070

Tints of Corn Flower Blue #424070

Color information

#424070 (or 0x424070) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 40 and 70. RGB value is (66,64,112). Sum of RGB (Red+Green+Blue) = 66+64+112=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #424070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424070 is #BDBF8F. Grayscale: #454545. Windows color (decimal): -12435344 or 7356482. OLE color: 7356482.

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

Color convert

RGB6664112-
CMYK0.410.4300.56
HSL242.5º27.27%34.51%-
HSV(B)242.5º42.86%43.92%-
XYZ75.9916.12-
YUV70.07151.66125.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=27.27%
G=26.45%
B=46.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66641120.410.4300.56242.527.2734.51
Hex424070292B038f21b23
Octal10210016051530703623343
Binary10000101000000111000010100110101101110001111001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424070; }

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

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

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

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

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

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

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

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