Html Css Color HEX #464099 Dark Slate Blue

📋 copy color: '#464099'

red 70 ◦ green 64 ◦ blue 153

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

Shades of Dark Slate Blue #464099

Tints of Dark Slate Blue #464099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 24.39%
G = 22.3%
B = 53.31%

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

#464099 (or 0x464099) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 99. RGB value is (70,64,153). Sum of RGB (Red+Green+Blue) = 70+64+153=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #464099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464099 is #B9BF66. Grayscale: #4B4B4B. Windows color (decimal): -12173159 or 10043462. OLE color: 10043462.

HSL color Cylindrical-coordinate representation of color #464099: hue angle of 244.04º degrees, saturation: 0.41, 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 #464099 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 64 153 -
CMYK 0.54 0.58 0 0.4
HSL 244.04º 0.41% 0.43% -
HSV(B) 244.04º 0.58% 0.6% -
XYZ 10.11 7.27 31.01 -
YUV 75.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 70 64 153 0.54 0.58 0 0.4 244.04 0.41 0.43
Hex 46 40 99 36 3A 0 28 F4 29 2B
Octal 106 100 231 66 72 0 50 364 51 53
Binary 1000110 1000000 10011001 110110 111010 0 101000 11110100 101001 101011

Color Harmonies of #464099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464099

Black with #464099

Text Example


Text Example

White with #464099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464099; }

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

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

background-color css

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

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

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

border-color css

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

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

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