Html Css Color HEX #46438E Dark Slate Blue

📋 copy color: '#46438E'

red 70 ◦ green 67 ◦ blue 142

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

Shades of Dark Slate Blue #46438E

Tints of Dark Slate Blue #46438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

 BLUE value IS 142 (55.86% from 255) = 50.9%

R = 25.09%
G = 24.01%
B = 50.9%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46438E (or 0x46438E) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 8E. RGB value is (70,67,142). Sum of RGB (Red+Green+Blue) = 70+67+142=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #46438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46438E is #B9BC71. Grayscale: #4C4C4C. Windows color (decimal): -12172402 or 9323334. OLE color: 9323334.

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

Color convert

RGB 70 67 142 -
CMYK 0.51 0.53 0 0.44
HSL 242.4º 0.36% 0.41% -
HSV(B) 242.4º 0.53% 0.56% -
XYZ 9.42 7.27 26.5 -
YUV 76.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 70 67 142 0.51 0.53 0 0.44 242.4 0.36 0.41
Hex 46 43 8E 33 35 0 2C F2 24 29
Octal 106 103 216 63 65 0 54 362 44 51
Binary 1000110 1000011 10001110 110011 110101 0 101100 11110010 100100 101001

Color Harmonies of #46438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46438E

Black with #46438E

Text Example


Text Example

White with #46438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,67,142); }

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

background-color css

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

 a { background-color: rgb(70,67,142); }

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

border-color css

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

 span { border-color: rgb(70,67,142); }

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