Html Css Color HEX #424593 Dark Slate Blue

📋 copy color: '#424593'

red 66 ◦ green 69 ◦ blue 147

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

Shades of Dark Slate Blue #424593

Tints of Dark Slate Blue #424593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 23.4%
G = 24.47%
B = 52.13%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424593 (or 0x424593) is known color: Dark Slate Blue. HEX triplet: 42, 45 and 93. RGB value is (66,69,147). Sum of RGB (Red+Green+Blue) = 66+69+147=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #424593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424593 is #BDBA6C. Grayscale: #4C4C4C. Windows color (decimal): -12434029 or 9651522. OLE color: 9651522.

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

Color convert

RGB 66 69 147 -
CMYK 0.55 0.53 0 0.42
HSL 237.78º 0.38% 0.42% -
HSV(B) 237.78º 0.55% 0.58% -
XYZ 9.64 7.52 28.55 -
YUV 77 167.51 120.16 -
System Red Green Blue C M Y K H S L
Decimal 66 69 147 0.55 0.53 0 0.42 237.78 0.38 0.42
Hex 42 45 93 37 35 0 2A EE 26 2A
Octal 102 105 223 67 65 0 52 356 46 52
Binary 1000010 1000101 10010011 110111 110101 0 101010 11101110 100110 101010

Color Harmonies of #424593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424593

Black with #424593

Text Example


Text Example

White with #424593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424593; }

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

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

background-color css

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

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

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

border-color css

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

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

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