Html Css Color HEX #46438A Dark Slate Blue

📋 copy color: '#46438A'

red 70 ◦ green 67 ◦ blue 138

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

Shades of Dark Slate Blue #46438A

Tints of Dark Slate Blue #46438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.18%

R = 25.45%
G = 24.36%
B = 50.18%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46438A (or 0x46438A) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 8A. RGB value is (70,67,138). Sum of RGB (Red+Green+Blue) = 70+67+138=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #46438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46438A is #B9BC75. Grayscale: #4B4B4B. Windows color (decimal): -12172406 or 9061190. OLE color: 9061190.

HSL color Cylindrical-coordinate representation of color #46438A: hue angle of 242.54º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46438A is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 67 138 -
CMYK 0.49 0.51 0 0.46
HSL 242.54º 0.35% 0.4% -
HSV(B) 242.54º 0.51% 0.54% -
XYZ 9.12 7.15 24.94 -
YUV 75.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 70 67 138 0.49 0.51 0 0.46 242.54 0.35 0.4
Hex 46 43 8A 31 33 0 2E F3 23 28
Octal 106 103 212 61 63 0 56 363 43 50
Binary 1000110 1000011 10001010 110001 110011 0 101110 11110011 100011 101000

Color Harmonies of #46438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46438A

Black with #46438A

Text Example


Text Example

White with #46438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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