Html Css Color HEX #46377F Dark Slate Blue

📋 copy color: '#46377F'

red 70 ◦ green 55 ◦ blue 127

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

Shades of Dark Slate Blue #46377F

Tints of Dark Slate Blue #46377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.4%

R = 27.78%
G = 21.83%
B = 50.4%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46377F (or 0x46377F) is known color: Dark Slate Blue. HEX triplet: 46, 37 and 7F. RGB value is (70,55,127). Sum of RGB (Red+Green+Blue) = 70+55+127=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #46377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46377F is #B9C880. Grayscale: #434343. Windows color (decimal): -12175489 or 8337222. OLE color: 8337222.

HSL color Cylindrical-coordinate representation of color #46377F: hue angle of 252.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46377F is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 55 127 -
CMYK 0.45 0.57 0 0.50
HSL 252.5º 0.4% 0.36% -
HSV(B) 252.5º 0.57% 0.5% -
XYZ 7.72 5.57 20.75 -
YUV 67.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 70 55 127 0.45 0.57 0 0.50 252.5 0.4 0.36
Hex 46 37 7F 2D 39 0 32 FD 28 24
Octal 106 67 177 55 71 0 62 375 50 44
Binary 1000110 110111 1111111 101101 111001 0 110010 11111101 101000 100100

Color Harmonies of #46377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46377F

Black with #46377F

Text Example


Text Example

White with #46377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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