Html Css Color HEX #424590 Dark Slate Blue

📋 copy color: '#424590'

red 66 ◦ green 69 ◦ blue 144

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

Shades of Dark Slate Blue #424590

Tints of Dark Slate Blue #424590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 23.66%
G = 24.73%
B = 51.61%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#424590 (or 0x424590) is known color: Dark Slate Blue. HEX triplet: 42, 45 and 90. RGB value is (66,69,144). Sum of RGB (Red+Green+Blue) = 66+69+144=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #424590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424590 is #BDBA6F. Grayscale: #4C4C4C. Windows color (decimal): -12434032 or 9454914. OLE color: 9454914.

HSL color Cylindrical-coordinate representation of color #424590: hue angle of 237.69º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424590 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 69 144 -
CMYK 0.54 0.52 0 0.44
HSL 237.69º 0.37% 0.41% -
HSV(B) 237.69º 0.54% 0.56% -
XYZ 9.41 7.43 27.32 -
YUV 76.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 66 69 144 0.54 0.52 0 0.44 237.69 0.37 0.41
Hex 42 45 90 36 34 0 2C EE 25 29
Octal 102 105 220 66 64 0 54 356 45 51
Binary 1000010 1000101 10010000 110110 110100 0 101100 11101110 100101 101001

Color Harmonies of #424590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424590

Black with #424590

Text Example


Text Example

White with #424590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424590; }

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

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

background-color css

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

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

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

border-color css

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

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

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