Html Css Color HEX #46397E Dark Slate Blue

📋 copy color: '#46397E'

red 70 ◦ green 57 ◦ blue 126

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

Shades of Dark Slate Blue #46397E

Tints of Dark Slate Blue #46397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.8%

R = 27.67%
G = 22.53%
B = 49.8%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46397E (or 0x46397E) is known color: Dark Slate Blue. HEX triplet: 46, 39 and 7E. RGB value is (70,57,126). Sum of RGB (Red+Green+Blue) = 70+57+126=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #46397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46397E is #B9C681. Grayscale: #444444. Windows color (decimal): -12174978 or 8272198. OLE color: 8272198.

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

Color convert

RGB 70 57 126 -
CMYK 0.44 0.55 0 0.51
HSL 251.3º 0.38% 0.36% -
HSV(B) 251.3º 0.55% 0.49% -
XYZ 7.75 5.73 20.44 -
YUV 68.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 70 57 126 0.44 0.55 0 0.51 251.3 0.38 0.36
Hex 46 39 7E 2C 37 0 33 FB 26 24
Octal 106 71 176 54 67 0 63 373 46 44
Binary 1000110 111001 1111110 101100 110111 0 110011 11111011 100110 100100

Color Harmonies of #46397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46397E

Black with #46397E

Text Example


Text Example

White with #46397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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