Html Css Color HEX #46488B Dark Slate Blue

📋 copy color: '#46488B'

red 70 ◦ green 72 ◦ blue 139

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

Shades of Dark Slate Blue #46488B

Tints of Dark Slate Blue #46488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

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

R = 24.91%
G = 25.62%
B = 49.47%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46488B (or 0x46488B) is known color: Dark Slate Blue. HEX triplet: 46, 48 and 8B. RGB value is (70,72,139). Sum of RGB (Red+Green+Blue) = 70+72+139=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #46488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46488B is #B9B774. Grayscale: #4E4E4E. Windows color (decimal): -12171125 or 9128006. OLE color: 9128006.

HSL color Cylindrical-coordinate representation of color #46488B: hue angle of 238.26º degrees, saturation: 0.33, 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 #46488B is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 72 139 -
CMYK 0.50 0.48 0 0.45
HSL 238.26º 0.33% 0.41% -
HSV(B) 238.26º 0.5% 0.55% -
XYZ 9.5 7.8 25.43 -
YUV 79.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 70 72 139 0.50 0.48 0 0.45 238.26 0.33 0.41
Hex 46 48 8B 32 30 0 2D EE 21 29
Octal 106 110 213 62 60 0 55 356 41 51
Binary 1000110 1001000 10001011 110010 110000 0 101101 11101110 100001 101001

Color Harmonies of #46488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46488B

Black with #46488B

Text Example


Text Example

White with #46488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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