#424461

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

Shades of Corn Flower Blue #424461

Tints of Corn Flower Blue #424461

Color information

#424461 (or 0x424461) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 44 and 61. RGB value is (66,68,97). Sum of RGB (Red+Green+Blue) = 66+68+97=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #424461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424461 is #BDBB9E. Grayscale: #464646. Windows color (decimal): -12434335 or 6374466. OLE color: 6374466.

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

Color convert

RGB666897-
CMYK0.320.3000.62
HSL236.13º19.02%31.96%-
HSV(B)236.13º31.96%38.04%-
XYZ6.476.1612.16-
YUV70.71142.84124.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=28.57%
G=29.44%
B=41.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6668970.320.3000.62236.1319.0231.96
Hex424461201E03Eec1320
Octal10210414140360763542340
Binary1000010100010011000011000001111001111101110110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424461; }

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

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

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

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

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

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

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

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