#424462

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

Shades of Corn Flower Blue #424462

Tints of Corn Flower Blue #424462

Color information

#424462 (or 0x424462) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 44 and 62. RGB value is (66,68,98). Sum of RGB (Red+Green+Blue) = 66+68+98=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #424462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424462 is #BDBB9D. Grayscale: #464646. Windows color (decimal): -12434334 or 6440002. OLE color: 6440002.

HSL color Cylindrical-coordinate representation of color #424462: hue angle of 236.25º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424462 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB666898-
CMYK0.330.3100.62
HSL236.25º19.51%32.16%-
HSV(B)236.25º32.65%38.43%-
XYZ6.526.1712.4-
YUV70.82143.34124.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=28.45%
G=29.31%
B=42.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6668980.330.3100.62236.2519.5132.16
Hex424462211F03Eec1420
Octal10210414241370763542440
Binary1000010100010011000101000011111101111101110110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424462; }

 p { color: rgb(66,68,98); }

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

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

 a { background-color: rgb(66,68,98); }

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

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

 span { border-color: rgb(66,68,98); }

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