Html Css Color HEX #424498 Dark Slate Blue

📋 copy color: '#424498'

red 66 ◦ green 68 ◦ blue 152

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

Shades of Dark Slate Blue #424498

Tints of Dark Slate Blue #424498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.15%

R = 23.08%
G = 23.78%
B = 53.15%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#424498 (or 0x424498) is known color: Dark Slate Blue. HEX triplet: 42, 44 and 98. RGB value is (66,68,152). Sum of RGB (Red+Green+Blue) = 66+68+152=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #424498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424498 is #BDBB67. Grayscale: #4C4C4C. Windows color (decimal): -12434280 or 9978946. OLE color: 9978946.

HSL color Cylindrical-coordinate representation of color #424498: hue angle of 238.6º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424498 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 68 152 -
CMYK 0.57 0.55 0 0.40
HSL 238.6º 0.39% 0.43% -
HSV(B) 238.6º 0.57% 0.6% -
XYZ 9.98 7.56 30.64 -
YUV 76.98 170.34 120.17 -
System Red Green Blue C M Y K H S L
Decimal 66 68 152 0.57 0.55 0 0.40 238.6 0.39 0.43
Hex 42 44 98 39 37 0 28 EF 27 2B
Octal 102 104 230 71 67 0 50 357 47 53
Binary 1000010 1000100 10011000 111001 110111 0 101000 11101111 100111 101011

Color Harmonies of #424498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424498

Black with #424498

Text Example


Text Example

White with #424498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424498; }

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

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

background-color css

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

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

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

border-color css

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

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

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