Html Css Color HEX #464197 Dark Slate Blue

📋 copy color: '#464197'

red 70 ◦ green 65 ◦ blue 151

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

Shades of Dark Slate Blue #464197

Tints of Dark Slate Blue #464197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.8%

R = 24.48%
G = 22.73%
B = 52.8%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#464197 (or 0x464197) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 97. RGB value is (70,65,151). Sum of RGB (Red+Green+Blue) = 70+65+151=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #464197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464197 is #B9BE68. Grayscale: #4B4B4B. Windows color (decimal): -12172905 or 9912646. OLE color: 9912646.

HSL color Cylindrical-coordinate representation of color #464197: hue angle of 243.49º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464197 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 65 151 -
CMYK 0.54 0.57 0 0.41
HSL 243.49º 0.4% 0.42% -
HSV(B) 243.49º 0.57% 0.59% -
XYZ 10 7.32 30.16 -
YUV 76.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 70 65 151 0.54 0.57 0 0.41 243.49 0.4 0.42
Hex 46 41 97 36 39 0 29 F3 28 2A
Octal 106 101 227 66 71 0 51 363 50 52
Binary 1000110 1000001 10010111 110110 111001 0 101001 11110011 101000 101010

Color Harmonies of #464197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464197

Black with #464197

Text Example


Text Example

White with #464197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464197; }

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

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

background-color css

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

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

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

border-color css

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

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

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