Html Css Color HEX #464486 Dark Slate Blue

📋 copy color: '#464486'

red 70 ◦ green 68 ◦ blue 134

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

Shades of Dark Slate Blue #464486

Tints of Dark Slate Blue #464486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 25.74%
G = 25%
B = 49.26%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#464486 (or 0x464486) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 86. RGB value is (70,68,134). Sum of RGB (Red+Green+Blue) = 70+68+134=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #464486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464486 is #B9BB79. Grayscale: #4B4B4B. Windows color (decimal): -12172154 or 8799302. OLE color: 8799302.

HSL color Cylindrical-coordinate representation of color #464486: hue angle of 241.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464486 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 68 134 -
CMYK 0.48 0.49 0 0.47
HSL 241.82º 0.33% 0.4% -
HSV(B) 241.82º 0.49% 0.53% -
XYZ 8.9 7.16 23.47 -
YUV 76.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 70 68 134 0.48 0.49 0 0.47 241.82 0.33 0.4
Hex 46 44 86 30 31 0 2F F2 21 28
Octal 106 104 206 60 61 0 57 362 41 50
Binary 1000110 1000100 10000110 110000 110001 0 101111 11110010 100001 101000

Color Harmonies of #464486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464486

Black with #464486

Text Example


Text Example

White with #464486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464486; }

 p { color: rgb(70,68,134); }

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

background-color css

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

 a { background-color: rgb(70,68,134); }

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

border-color css

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

 span { border-color: rgb(70,68,134); }

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