Html Css Color HEX #46388B Dark Slate Blue

📋 copy color: '#46388B'

red 70 ◦ green 56 ◦ blue 139

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

Shades of Dark Slate Blue #46388B

Tints of Dark Slate Blue #46388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 26.42%
G = 21.13%
B = 52.45%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46388B (or 0x46388B) is known color: Dark Slate Blue. HEX triplet: 46, 38 and 8B. RGB value is (70,56,139). Sum of RGB (Red+Green+Blue) = 70+56+139=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #46388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46388B is #B9C774. Grayscale: #454545. Windows color (decimal): -12175221 or 9123910. OLE color: 9123910.

HSL color Cylindrical-coordinate representation of color #46388B: hue angle of 250.12º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46388B is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 56 139 -
CMYK 0.50 0.60 0 0.45
HSL 250.12º 0.43% 0.38% -
HSV(B) 250.12º 0.6% 0.55% -
XYZ 8.6 5.99 25.13 -
YUV 69.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 70 56 139 0.50 0.60 0 0.45 250.12 0.43 0.38
Hex 46 38 8B 32 3C 0 2D FA 2B 26
Octal 106 70 213 62 74 0 55 372 53 46
Binary 1000110 111000 10001011 110010 111100 0 101101 11111010 101011 100110

Color Harmonies of #46388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46388B

Black with #46388B

Text Example


Text Example

White with #46388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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