Html Css Color HEX #464487 Dark Slate Blue

📋 copy color: '#464487'

red 70 ◦ green 68 ◦ blue 135

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

Shades of Dark Slate Blue #464487

Tints of Dark Slate Blue #464487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 25.64%
G = 24.91%
B = 49.45%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#464487 (or 0x464487) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 87. RGB value is (70,68,135). Sum of RGB (Red+Green+Blue) = 70+68+135=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #464487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464487 is #B9BB78. Grayscale: #4B4B4B. Windows color (decimal): -12172153 or 8864838. OLE color: 8864838.

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

Color convert

RGB 70 68 135 -
CMYK 0.48 0.50 0 0.47
HSL 241.79º 0.33% 0.4% -
HSV(B) 241.79º 0.5% 0.53% -
XYZ 8.97 7.19 23.84 -
YUV 76.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 70 68 135 0.48 0.50 0 0.47 241.79 0.33 0.4
Hex 46 44 87 30 32 0 2F F2 21 28
Octal 106 104 207 60 62 0 57 362 41 50
Binary 1000110 1000100 10000111 110000 110010 0 101111 11110010 100001 101000

Color Harmonies of #464487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464487

Black with #464487

Text Example


Text Example

White with #464487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464487; }

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

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

background-color css

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

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

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

border-color css

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

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

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