Html Css Color HEX #46429B Dark Slate Blue

📋 copy color: '#46429B'

red 70 ◦ green 66 ◦ blue 155

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

Shades of Dark Slate Blue #46429B

Tints of Dark Slate Blue #46429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 24.05%
G = 22.68%
B = 53.26%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46429B (or 0x46429B) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 9B. RGB value is (70,66,155). Sum of RGB (Red+Green+Blue) = 70+66+155=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #46429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46429B is #B9BD64. Grayscale: #4C4C4C. Windows color (decimal): -12172645 or 10175046. OLE color: 10175046.

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

Color convert

RGB 70 66 155 -
CMYK 0.55 0.57 0 0.39
HSL 242.7º 0.4% 0.43% -
HSV(B) 242.7º 0.57% 0.61% -
XYZ 10.39 7.57 31.92 -
YUV 77.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 70 66 155 0.55 0.57 0 0.39 242.7 0.4 0.43
Hex 46 42 9B 37 39 0 27 F3 28 2B
Octal 106 102 233 67 71 0 47 363 50 53
Binary 1000110 1000010 10011011 110111 111001 0 100111 11110011 101000 101011

Color Harmonies of #46429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46429B

Black with #46429B

Text Example


Text Example

White with #46429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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