Html Css Color HEX #46439C Dark Slate Blue

📋 copy color: '#46439C'

red 70 ◦ green 67 ◦ blue 156

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

Shades of Dark Slate Blue #46439C

Tints of Dark Slate Blue #46439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

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

R = 23.89%
G = 22.87%
B = 53.24%

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

#46439C (or 0x46439C) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 9C. RGB value is (70,67,156). Sum of RGB (Red+Green+Blue) = 70+67+156=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #46439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46439C is #B9BC63. Grayscale: #4D4D4D. Windows color (decimal): -12172388 or 10240838. OLE color: 10240838.

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

Color convert

RGB 70 67 156 -
CMYK 0.55 0.57 0 0.39
HSL 242.02º 0.4% 0.44% -
HSV(B) 242.02º 0.57% 0.61% -
XYZ 10.53 7.72 32.39 -
YUV 78.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 70 67 156 0.55 0.57 0 0.39 242.02 0.4 0.44
Hex 46 43 9C 37 39 0 27 F2 28 2C
Octal 106 103 234 67 71 0 47 362 50 54
Binary 1000110 1000011 10011100 110111 111001 0 100111 11110010 101000 101100

Color Harmonies of #46439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46439C

Black with #46439C

Text Example


Text Example

White with #46439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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