Html Css Color HEX #424693 Dark Slate Blue

📋 copy color: '#424693'

red 66 ◦ green 70 ◦ blue 147

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

Shades of Dark Slate Blue #424693

Tints of Dark Slate Blue #424693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

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

R = 23.32%
G = 24.73%
B = 51.94%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424693 (or 0x424693) is known color: Dark Slate Blue. HEX triplet: 42, 46 and 93. RGB value is (66,70,147). Sum of RGB (Red+Green+Blue) = 66+70+147=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #424693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424693 is #BDB96C. Grayscale: #4D4D4D. Windows color (decimal): -12433773 or 9651778. OLE color: 9651778.

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

Color convert

RGB 66 70 147 -
CMYK 0.55 0.52 0 0.42
HSL 237.04º 0.38% 0.42% -
HSV(B) 237.04º 0.55% 0.58% -
XYZ 9.7 7.65 28.57 -
YUV 77.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 66 70 147 0.55 0.52 0 0.42 237.04 0.38 0.42
Hex 42 46 93 37 34 0 2A ED 26 2A
Octal 102 106 223 67 64 0 52 355 46 52
Binary 1000010 1000110 10010011 110111 110100 0 101010 11101101 100110 101010

Color Harmonies of #424693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424693

Black with #424693

Text Example


Text Example

White with #424693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424693; }

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

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

background-color css

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

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

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

border-color css

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

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

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