Html Css Color HEX #424292 Dark Slate Blue

📋 copy color: '#424292'

red 66 ◦ green 66 ◦ blue 146

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

Shades of Dark Slate Blue #424292

Tints of Dark Slate Blue #424292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

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

R = 23.74%
G = 23.74%
B = 52.52%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424292 (or 0x424292) is known color: Dark Slate Blue. HEX triplet: 42, 42 and 92. RGB value is (66,66,146). Sum of RGB (Red+Green+Blue) = 66+66+146=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #424292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424292 is #BDBD6D. Grayscale: #4A4A4A. Windows color (decimal): -12434798 or 9585218. OLE color: 9585218.

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

Color convert

RGB 66 66 146 -
CMYK 0.55 0.55 0 0.43
HSL 240º 0.38% 0.42% -
HSV(B) 240º 0.55% 0.57% -
XYZ 9.38 7.13 28.08 -
YUV 75.12 168 121.5 -
System Red Green Blue C M Y K H S L
Decimal 66 66 146 0.55 0.55 0 0.43 240 0.38 0.42
Hex 42 42 92 37 37 0 2B F0 26 2A
Octal 102 102 222 67 67 0 53 360 46 52
Binary 1000010 1000010 10010010 110111 110111 0 101011 11110000 100110 101010

Color Harmonies of #424292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424292

Black with #424292

Text Example


Text Example

White with #424292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424292; }

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

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

background-color css

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

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

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

border-color css

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

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

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