Html Css Color HEX #46429D Dark Slate Blue

📋 copy color: '#46429D'

red 70 ◦ green 66 ◦ blue 157

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

Shades of Dark Slate Blue #46429D

Tints of Dark Slate Blue #46429D

RGB

 RED value IS 70 (27.73% from 255) = 23.89%

 GREEN value IS 66 (26.17% from 255) = 22.53%

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 23.89%
G = 22.53%
B = 53.58%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46429D (or 0x46429D) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 9D. RGB value is (70,66,157). Sum of RGB (Red+Green+Blue) = 70+66+157=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #46429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46429D is #B9BD62. Grayscale: #4D4D4D. Windows color (decimal): -12172643 or 10306118. OLE color: 10306118.

HSL color Cylindrical-coordinate representation of color #46429D: hue angle of 242.64º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46429D is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 66 157 -
CMYK 0.55 0.58 0 0.38
HSL 242.64º 0.41% 0.44% -
HSV(B) 242.64º 0.58% 0.62% -
XYZ 10.56 7.63 32.82 -
YUV 77.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 70 66 157 0.55 0.58 0 0.38 242.64 0.41 0.44
Hex 46 42 9D 37 3A 0 26 F3 29 2C
Octal 106 102 235 67 72 0 46 363 51 54
Binary 1000110 1000010 10011101 110111 111010 0 100110 11110011 101001 101100

Color Harmonies of #46429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46429D

Black with #46429D

Text Example


Text Example

White with #46429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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