#423F70

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

Shades of Corn Flower Blue #423F70

Tints of Corn Flower Blue #423F70

Color information

#423F70 (or 0x423F70) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 3F and 70. RGB value is (66,63,112). Sum of RGB (Red+Green+Blue) = 66+63+112=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #423F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F70 is #BDC08F. Grayscale: #454545. Windows color (decimal): -12435600 or 7356226. OLE color: 7356226.

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

Color convert

RGB6663112-
CMYK0.410.4400.56
HSL243.67º28%34.31%-
HSV(B)243.67º43.75%43.92%-
XYZ6.955.8816.1-
YUV69.48151.99125.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=27.39%
G=26.14%
B=46.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66631120.410.4400.56243.672834.31
Hex423F70292C038f41c22
Octal1027716051540703643442
Binary1000010111111111000010100110110001110001111010011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F70; }

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

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

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

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

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

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

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

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