Html Css Color HEX #424592 Dark Slate Blue

📋 copy color: '#424592'

red 66 ◦ green 69 ◦ blue 146

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

Shades of Dark Slate Blue #424592

Tints of Dark Slate Blue #424592

RGB

 RED value IS 66 (26.17% from 255) = 23.49%

 GREEN value IS 69 (27.34% from 255) = 24.56%

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 23.49%
G = 24.56%
B = 51.96%

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

#424592 (or 0x424592) is known color: Dark Slate Blue. HEX triplet: 42, 45 and 92. RGB value is (66,69,146). Sum of RGB (Red+Green+Blue) = 66+69+146=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #424592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424592 is #BDBA6D. Grayscale: #4C4C4C. Windows color (decimal): -12434030 or 9585986. OLE color: 9585986.

HSL color Cylindrical-coordinate representation of color #424592: hue angle of 237.75º 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 #424592 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 69 146 -
CMYK 0.55 0.53 0 0.43
HSL 237.75º 0.38% 0.42% -
HSV(B) 237.75º 0.55% 0.57% -
XYZ 9.56 7.49 28.14 -
YUV 76.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 66 69 146 0.55 0.53 0 0.43 237.75 0.38 0.42
Hex 42 45 92 37 35 0 2B EE 26 2A
Octal 102 105 222 67 65 0 53 356 46 52
Binary 1000010 1000101 10010010 110111 110101 0 101011 11101110 100110 101010

Color Harmonies of #424592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424592

Black with #424592

Text Example


Text Example

White with #424592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424592; }

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

 H1.HeaderClassName
 {
   color: #424592;
 }
 .AnyTagClassName
 {
   color: #424592;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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