Html Css Color HEX #46397F Dark Slate Blue

📋 copy color: '#46397F'

red 70 ◦ green 57 ◦ blue 127

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

Shades of Dark Slate Blue #46397F

Tints of Dark Slate Blue #46397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

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

R = 27.56%
G = 22.44%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46397F (or 0x46397F) is known color: Dark Slate Blue. HEX triplet: 46, 39 and 7F. RGB value is (70,57,127). Sum of RGB (Red+Green+Blue) = 70+57+127=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #46397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46397F is #B9C680. Grayscale: #444444. Windows color (decimal): -12174977 or 8337734. OLE color: 8337734.

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

Color convert

RGB 70 57 127 -
CMYK 0.45 0.55 0 0.50
HSL 251.14º 0.38% 0.36% -
HSV(B) 251.14º 0.55% 0.5% -
XYZ 7.82 5.76 20.78 -
YUV 68.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 70 57 127 0.45 0.55 0 0.50 251.14 0.38 0.36
Hex 46 39 7F 2D 37 0 32 FB 26 24
Octal 106 71 177 55 67 0 62 373 46 44
Binary 1000110 111001 1111111 101101 110111 0 110010 11111011 100110 100100

Color Harmonies of #46397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46397F

Black with #46397F

Text Example


Text Example

White with #46397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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