Html Css Color HEX #464289 Dark Slate Blue

📋 copy color: '#464289'

red 70 ◦ green 66 ◦ blue 137

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

Shades of Dark Slate Blue #464289

Tints of Dark Slate Blue #464289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 25.64%
G = 24.18%
B = 50.18%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#464289 (or 0x464289) is known color: Dark Slate Blue. HEX triplet: 46, 42 and 89. RGB value is (70,66,137). Sum of RGB (Red+Green+Blue) = 70+66+137=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #464289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464289 is #B9BD76. Grayscale: #4B4B4B. Windows color (decimal): -12172663 or 8995398. OLE color: 8995398.

HSL color Cylindrical-coordinate representation of color #464289: hue angle of 243.38º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464289 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 66 137 -
CMYK 0.49 0.52 0 0.46
HSL 243.38º 0.35% 0.4% -
HSV(B) 243.38º 0.52% 0.54% -
XYZ 8.99 7 24.55 -
YUV 75.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 70 66 137 0.49 0.52 0 0.46 243.38 0.35 0.4
Hex 46 42 89 31 34 0 2E F3 23 28
Octal 106 102 211 61 64 0 56 363 43 50
Binary 1000110 1000010 10001001 110001 110100 0 101110 11110011 100011 101000

Color Harmonies of #464289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464289

Black with #464289

Text Example


Text Example

White with #464289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464289; }

 p { color: rgb(70,66,137); }

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

background-color css

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

 a { background-color: rgb(70,66,137); }

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

border-color css

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

 span { border-color: rgb(70,66,137); }

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