Html Css Color HEX #46458B Dark Slate Blue

📋 copy color: '#46458B'

red 70 ◦ green 69 ◦ blue 139

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

Shades of Dark Slate Blue #46458B

Tints of Dark Slate Blue #46458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

 BLUE value IS 139 (54.69% from 255) = 50%

R = 25.18%
G = 24.82%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46458B (or 0x46458B) is known color: Dark Slate Blue. HEX triplet: 46, 45 and 8B. RGB value is (70,69,139). Sum of RGB (Red+Green+Blue) = 70+69+139=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #46458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46458B is #B9BA74. Grayscale: #4D4D4D. Windows color (decimal): -12171893 or 9127238. OLE color: 9127238.

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

Color convert

RGB 70 69 139 -
CMYK 0.50 0.50 0 0.45
HSL 240.86º 0.34% 0.41% -
HSV(B) 240.86º 0.5% 0.55% -
XYZ 9.31 7.42 25.37 -
YUV 77.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 70 69 139 0.50 0.50 0 0.45 240.86 0.34 0.41
Hex 46 45 8B 32 32 0 2D F1 22 29
Octal 106 105 213 62 62 0 55 361 42 51
Binary 1000110 1000101 10001011 110010 110010 0 101101 11110001 100010 101001

Color Harmonies of #46458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46458B

Black with #46458B

Text Example


Text Example

White with #46458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46458B; }

 p { color: rgb(70,69,139); }

 H1.HeaderClassName
 {
   color: #46458B;
 }
 .AnyTagClassName
 {
   color: #46458B;
 }
</style>

background-color css

<style>
 a { background-color: #46458B; }

 a { background-color: rgb(70,69,139); }

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

border-color css

<style>
 span { border-color: #46458B; }

 span { border-color: rgb(70,69,139); }

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