Html Css Color HEX #493885 Dark Slate Blue

📋 copy color: '#493885'

red 73 ◦ green 56 ◦ blue 133

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

Shades of Dark Slate Blue #493885

Tints of Dark Slate Blue #493885

RGB

 RED value IS 73 (28.91% from 255) = 27.86%

 GREEN value IS 56 (22.27% from 255) = 21.37%

 BLUE value IS 133 (52.34% from 255) = 50.76%

R = 27.86%
G = 21.37%
B = 50.76%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#493885 (or 0x493885) is known color: Dark Slate Blue. HEX triplet: 49, 38 and 85. RGB value is (73,56,133). Sum of RGB (Red+Green+Blue) = 73+56+133=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #493885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493885 is #B6C77A. Grayscale: #454545. Windows color (decimal): -11978619 or 8730697. OLE color: 8730697.

HSL color Cylindrical-coordinate representation of color #493885: hue angle of 253.25º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493885 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 56 133 -
CMYK 0.45 0.58 0 0.48
HSL 253.25º 0.41% 0.37% -
HSV(B) 253.25º 0.58% 0.52% -
XYZ 8.4 5.94 22.89 -
YUV 69.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 73 56 133 0.45 0.58 0 0.48 253.25 0.41 0.37
Hex 49 38 85 2D 3A 0 30 FD 29 25
Octal 111 70 205 55 72 0 60 375 51 45
Binary 1001001 111000 10000101 101101 111010 0 110000 11111101 101001 100101

Color Harmonies of #493885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493885

Black with #493885

Text Example


Text Example

White with #493885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493885; }

 p { color: rgb(73,56,133); }

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

background-color css

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

 a { background-color: rgb(73,56,133); }

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

border-color css

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

 span { border-color: rgb(73,56,133); }

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