Html Css Color HEX #46418F Dark Slate Blue

📋 copy color: '#46418F'

red 70 ◦ green 65 ◦ blue 143

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

Shades of Dark Slate Blue #46418F

Tints of Dark Slate Blue #46418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 143 (56.25% from 255) = 51.44%

R = 25.18%
G = 23.38%
B = 51.44%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46418F (or 0x46418F) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 8F. RGB value is (70,65,143). Sum of RGB (Red+Green+Blue) = 70+65+143=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #46418F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46418F is #B9BE70. Grayscale: #4B4B4B. Windows color (decimal): -12172913 or 9388358. OLE color: 9388358.

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

Color convert

RGB 70 65 143 -
CMYK 0.51 0.55 0 0.44
HSL 243.85º 0.38% 0.41% -
HSV(B) 243.85º 0.55% 0.56% -
XYZ 9.37 7.07 26.86 -
YUV 75.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 70 65 143 0.51 0.55 0 0.44 243.85 0.38 0.41
Hex 46 41 8F 33 37 0 2C F4 26 29
Octal 106 101 217 63 67 0 54 364 46 51
Binary 1000110 1000001 10001111 110011 110111 0 101100 11110100 100110 101001

Color Harmonies of #46418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46418F

Black with #46418F

Text Example


Text Example

White with #46418F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,65,143); }

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

background-color css

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

 a { background-color: rgb(70,65,143); }

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

border-color css

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

 span { border-color: rgb(70,65,143); }

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