Html Css Color HEX #424598 Dark Slate Blue

📋 copy color: '#424598'

red 66 ◦ green 69 ◦ blue 152

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

Shades of Dark Slate Blue #424598

Tints of Dark Slate Blue #424598

RGB

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

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

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

R = 23%
G = 24.04%
B = 52.96%

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

#424598 (or 0x424598) is known color: Dark Slate Blue. HEX triplet: 42, 45 and 98. RGB value is (66,69,152). Sum of RGB (Red+Green+Blue) = 66+69+152=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #424598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424598 is #BDBA67. Grayscale: #4D4D4D. Windows color (decimal): -12434024 or 9979202. OLE color: 9979202.

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

Color convert

RGB 66 69 152 -
CMYK 0.57 0.55 0 0.40
HSL 237.91º 0.39% 0.43% -
HSV(B) 237.91º 0.57% 0.6% -
XYZ 10.04 7.68 30.66 -
YUV 77.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 66 69 152 0.57 0.55 0 0.40 237.91 0.39 0.43
Hex 42 45 98 39 37 0 28 EE 27 2B
Octal 102 105 230 71 67 0 50 356 47 53
Binary 1000010 1000101 10011000 111001 110111 0 101000 11101110 100111 101011

Color Harmonies of #424598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424598

Black with #424598

Text Example


Text Example

White with #424598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424598; }

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

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

background-color css

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

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

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

border-color css

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

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

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