Html Css Color HEX #464199 Dark Slate Blue

📋 copy color: '#464199'

red 70 ◦ green 65 ◦ blue 153

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

Shades of Dark Slate Blue #464199

Tints of Dark Slate Blue #464199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

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

R = 24.31%
G = 22.57%
B = 53.13%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#464199 (or 0x464199) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 99. RGB value is (70,65,153). Sum of RGB (Red+Green+Blue) = 70+65+153=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #464199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464199 is #B9BE66. Grayscale: #4C4C4C. Windows color (decimal): -12172903 or 10043718. OLE color: 10043718.

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

Color convert

RGB 70 65 153 -
CMYK 0.54 0.58 0 0.4
HSL 243.41º 0.4% 0.43% -
HSV(B) 243.41º 0.58% 0.6% -
XYZ 10.17 7.38 31.03 -
YUV 76.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 70 65 153 0.54 0.58 0 0.4 243.41 0.4 0.43
Hex 46 41 99 36 3A 0 28 F3 28 2B
Octal 106 101 231 66 72 0 50 363 50 53
Binary 1000110 1000001 10011001 110110 111010 0 101000 11110011 101000 101011

Color Harmonies of #464199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464199

Black with #464199

Text Example


Text Example

White with #464199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464199; }

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

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

background-color css

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

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

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

border-color css

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

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

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