Html Css Color HEX #46377D Dark Slate Blue

📋 copy color: '#46377D'

red 70 ◦ green 55 ◦ blue 125

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

Shades of Dark Slate Blue #46377D

Tints of Dark Slate Blue #46377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 125 (49.22% from 255) = 50%

R = 28%
G = 22%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46377D (or 0x46377D) is known color: Dark Slate Blue. HEX triplet: 46, 37 and 7D. RGB value is (70,55,125). Sum of RGB (Red+Green+Blue) = 70+55+125=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #46377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46377D is #B9C882. Grayscale: #434343. Windows color (decimal): -12175491 or 8206150. OLE color: 8206150.

HSL color Cylindrical-coordinate representation of color #46377D: hue angle of 252.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46377D is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 55 125 -
CMYK 0.44 0.56 0 0.51
HSL 252.86º 0.39% 0.35% -
HSV(B) 252.86º 0.56% 0.49% -
XYZ 7.59 5.52 20.07 -
YUV 67.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 70 55 125 0.44 0.56 0 0.51 252.86 0.39 0.35
Hex 46 37 7D 2C 38 0 33 FD 27 23
Octal 106 67 175 54 70 0 63 375 47 43
Binary 1000110 110111 1111101 101100 111000 0 110011 11111101 100111 100011

Color Harmonies of #46377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46377D

Black with #46377D

Text Example


Text Example

White with #46377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,55,125); }

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

background-color css

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

 a { background-color: rgb(70,55,125); }

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

border-color css

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

 span { border-color: rgb(70,55,125); }

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