Html Css Color HEX #424492 Dark Slate Blue

📋 copy color: '#424492'

red 66 ◦ green 68 ◦ blue 146

#424492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #424492

Tints of Dark Slate Blue #424492

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 value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424492 (or 0x424492) is known color: 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

RGB 66 68 146 -
CMYK 0.55 0.53 0 0.43
HSL 238.5º 0.38% 0.42% -
HSV(B) 238.5º 0.55% 0.57% -
XYZ 9.5 7.37 28.12 -
YUV 76.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 66 68 146 0.55 0.53 0 0.43 238.5 0.38 0.42
Hex 42 44 92 37 35 0 2B EE 26 2A
Octal 102 104 222 67 65 0 53 356 46 52
Binary 1000010 1000100 10010010 110111 110101 0 101011 11101110 100110 101010

Color Harmonies of #424492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424492

Black with #424492

Text Example


Text Example

White with #424492

Text Example


Text Example

HTML Codes & Css Web 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>