Html Css Color HEX #424494 Dark Slate Blue

📋 copy color: '#424494'

red 66 ◦ green 68 ◦ blue 148

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

Shades of Dark Slate Blue #424494

Tints of Dark Slate Blue #424494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 23.4%
G = 24.11%
B = 52.48%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424494 (or 0x424494) is known color: Dark Slate Blue. HEX triplet: 42, 44 and 94. RGB value is (66,68,148). Sum of RGB (Red+Green+Blue) = 66+68+148=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #424494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424494 is #BDBB6B. Grayscale: #4C4C4C. Windows color (decimal): -12434284 or 9716802. OLE color: 9716802.

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

Color convert

RGB 66 68 148 -
CMYK 0.55 0.54 0 0.42
HSL 238.54º 0.38% 0.42% -
HSV(B) 238.54º 0.55% 0.58% -
XYZ 9.66 7.43 28.94 -
YUV 76.52 168.34 120.5 -
System Red Green Blue C M Y K H S L
Decimal 66 68 148 0.55 0.54 0 0.42 238.54 0.38 0.42
Hex 42 44 94 37 36 0 2A EF 26 2A
Octal 102 104 224 67 66 0 52 357 46 52
Binary 1000010 1000100 10010100 110111 110110 0 101010 11101111 100110 101010

Color Harmonies of #424494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424494

Black with #424494

Text Example


Text Example

White with #424494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424494; }

 p { color: rgb(66,68,148); }

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

background-color css

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

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

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

border-color css

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

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

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