Html Css Color HEX #464492 Dark Slate Blue

📋 copy color: '#464492'

red 70 ◦ green 68 ◦ blue 146

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

Shades of Dark Slate Blue #464492

Tints of Dark Slate Blue #464492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 24.65%
G = 23.94%
B = 51.41%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#464492 (or 0x464492) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 92. RGB value is (70,68,146). Sum of RGB (Red+Green+Blue) = 70+68+146=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #464492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464492 is #B9BB6D. Grayscale: #4D4D4D. Windows color (decimal): -12172142 or 9585734. OLE color: 9585734.

HSL color Cylindrical-coordinate representation of color #464492: hue angle of 241.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464492 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 68 146 -
CMYK 0.52 0.53 0 0.43
HSL 241.54º 0.36% 0.42% -
HSV(B) 241.54º 0.53% 0.57% -
XYZ 9.78 7.51 28.13 -
YUV 77.49 166.66 122.66 -
System Red Green Blue C M Y K H S L
Decimal 70 68 146 0.52 0.53 0 0.43 241.54 0.36 0.42
Hex 46 44 92 34 35 0 2B F2 24 2A
Octal 106 104 222 64 65 0 53 362 44 52
Binary 1000110 1000100 10010010 110100 110101 0 101011 11110010 100100 101010

Color Harmonies of #464492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464492

Black with #464492

Text Example


Text Example

White with #464492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464492; }

 p { color: rgb(70,68,146); }

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

background-color css

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

 a { background-color: rgb(70,68,146); }

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

border-color css

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

 span { border-color: rgb(70,68,146); }

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