#424672

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

Shades of Corn Flower Blue #424672

Tints of Corn Flower Blue #424672

Color information

#424672 (or 0x424672) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 46 and 72. RGB value is (66,70,114). Sum of RGB (Red+Green+Blue) = 66+70+114=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #424672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424672 is #BDB98D. Grayscale: #494949. Windows color (decimal): -12433806 or 7489090. OLE color: 7489090.

HSL color Cylindrical-coordinate representation of color #424672: hue angle of 235º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424672 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6670114-
CMYK0.420.3900.55
HSL235º26.67%35.29%-
HSV(B)235º42.11%44.71%-
XYZ7.476.7516.83-
YUV73.82150.67122.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=26.4%
G=28%
B=45.6%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66701140.420.3900.5523526.6735.29
Hex4246722A27037eb1b23
Octal10210616252470673533343
Binary10000101000110111001010101010011101101111110101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424672; }

 p { color: rgb(66,70,114); }

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

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

 a { background-color: rgb(66,70,114); }

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

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

 span { border-color: rgb(66,70,114); }

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