Html Css Color HEX #464599 Dark Slate Blue

📋 copy color: '#464599'

red 70 ◦ green 69 ◦ blue 153

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

Shades of Dark Slate Blue #464599

Tints of Dark Slate Blue #464599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.63%

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 23.97%
G = 23.63%
B = 52.4%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#464599 (or 0x464599) is known color: Dark Slate Blue. HEX triplet: 46, 45 and 99. RGB value is (70,69,153). Sum of RGB (Red+Green+Blue) = 70+69+153=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #464599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464599 is #B9BA66. Grayscale: #4E4E4E. Windows color (decimal): -12171879 or 10044742. OLE color: 10044742.

HSL color Cylindrical-coordinate representation of color #464599: hue angle of 240.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #464599 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 69 153 -
CMYK 0.54 0.55 0 0.4
HSL 240.71º 0.38% 0.44% -
HSV(B) 240.71º 0.55% 0.6% -
XYZ 10.4 7.86 31.11 -
YUV 78.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 70 69 153 0.54 0.55 0 0.4 240.71 0.38 0.44
Hex 46 45 99 36 37 0 28 F1 26 2C
Octal 106 105 231 66 67 0 50 361 46 54
Binary 1000110 1000101 10011001 110110 110111 0 101000 11110001 100110 101100

Color Harmonies of #464599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464599

Black with #464599

Text Example


Text Example

White with #464599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464599; }

 p { color: rgb(70,69,153); }

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

background-color css

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

 a { background-color: rgb(70,69,153); }

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

border-color css

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

 span { border-color: rgb(70,69,153); }

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