Html Css Color HEX #464387 Dark Slate Blue

📋 copy color: '#464387'

red 70 ◦ green 67 ◦ blue 135

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

Shades of Dark Slate Blue #464387

Tints of Dark Slate Blue #464387

RGB

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

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

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

R = 25.74%
G = 24.63%
B = 49.63%

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

#464387 (or 0x464387) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 87. RGB value is (70,67,135). Sum of RGB (Red+Green+Blue) = 70+67+135=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #464387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464387 is #B9BC78. Grayscale: #4B4B4B. Windows color (decimal): -12172409 or 8864582. OLE color: 8864582.

HSL color Cylindrical-coordinate representation of color #464387: hue angle of 242.65º degrees, saturation: 0.34, 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 #464387 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 67 135 -
CMYK 0.48 0.50 0 0.47
HSL 242.65º 0.34% 0.4% -
HSV(B) 242.65º 0.5% 0.53% -
XYZ 8.91 7.07 23.82 -
YUV 75.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 70 67 135 0.48 0.50 0 0.47 242.65 0.34 0.4
Hex 46 43 87 30 32 0 2F F3 22 28
Octal 106 103 207 60 62 0 57 363 42 50
Binary 1000110 1000011 10000111 110000 110010 0 101111 11110011 100010 101000

Color Harmonies of #464387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464387

Black with #464387

Text Example


Text Example

White with #464387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464387; }

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

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

background-color css

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

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

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

border-color css

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

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

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