Html Css Color HEX #464287 Dark Slate Blue

📋 copy color: '#464287'

red 70 ◦ green 66 ◦ blue 135

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

Shades of Dark Slate Blue #464287

Tints of Dark Slate Blue #464287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 25.83%
G = 24.35%
B = 49.82%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#464287 (or 0x464287) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 87. RGB value is (70,66,135). Sum of RGB (Red+Green+Blue) = 70+66+135=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #464287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464287 is #B9BD78. Grayscale: #4A4A4A. Windows color (decimal): -12172665 or 8864326. OLE color: 8864326.

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

Color convert

RGB 70 66 135 -
CMYK 0.48 0.51 0 0.47
HSL 243.48º 0.34% 0.39% -
HSV(B) 243.48º 0.51% 0.53% -
XYZ 8.85 6.95 23.8 -
YUV 75.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 70 66 135 0.48 0.51 0 0.47 243.48 0.34 0.39
Hex 46 42 87 30 33 0 2F F3 22 27
Octal 106 102 207 60 63 0 57 363 42 47
Binary 1000110 1000010 10000111 110000 110011 0 101111 11110011 100010 100111

Color Harmonies of #464287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464287

Black with #464287

Text Example


Text Example

White with #464287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464287; }

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

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

background-color css

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

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

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

border-color css

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

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

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