#424492

Color #424492 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #424492

Tints of Dark Slate Blue #424492

Color information

#424492 (or 0x424492) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 44 and 92. RGB value is (66,68,146). Sum of RGB (Red+Green+Blue) = 66+68+146=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #424492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424492 is #BDBB6D. Grayscale: #4B4B4B. Windows color (decimal): -12434286 or 9585730. OLE color: 9585730.

HSL color Cylindrical-coordinate representation of color #424492: hue angle of 238.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424492 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6668146-
CMYK0.550.5300.43
HSL238.5º37.74%41.57%-
HSV(B)238.5º54.79%57.25%-
XYZ9.57.3728.12-
YUV76.29167.34120.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=23.57%
G=24.29%
B=52.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66681460.550.5300.43238.537.7441.57
Hex424492373502Bee262a
Octal10210422267650533564652
Binary1000010100010010010010110111110101010101111101110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424492; }

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

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

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

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

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

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

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

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