Html Css Color HEX #46429C Dark Slate Blue

📋 copy color: '#46429C'

red 70 ◦ green 66 ◦ blue 156

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

Shades of Dark Slate Blue #46429C

Tints of Dark Slate Blue #46429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 23.97%
G = 22.6%
B = 53.42%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46429C (or 0x46429C) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 9C. RGB value is (70,66,156). Sum of RGB (Red+Green+Blue) = 70+66+156=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #46429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46429C is #B9BD63. Grayscale: #4D4D4D. Windows color (decimal): -12172644 or 10240582. OLE color: 10240582.

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

Color convert

RGB 70 66 156 -
CMYK 0.55 0.58 0 0.39
HSL 242.67º 0.41% 0.44% -
HSV(B) 242.67º 0.58% 0.61% -
XYZ 10.47 7.6 32.37 -
YUV 77.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 70 66 156 0.55 0.58 0 0.39 242.67 0.41 0.44
Hex 46 42 9C 37 3A 0 27 F3 29 2C
Octal 106 102 234 67 72 0 47 363 51 54
Binary 1000110 1000010 10011100 110111 111010 0 100111 11110011 101001 101100

Color Harmonies of #46429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46429C

Black with #46429C

Text Example


Text Example

White with #46429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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