Html Css Color HEX #494283 Dark Slate Blue

📋 copy color: '#494283'

red 73 ◦ green 66 ◦ blue 131

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

Shades of Dark Slate Blue #494283

Tints of Dark Slate Blue #494283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.52%

R = 27.04%
G = 24.44%
B = 48.52%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#494283 (or 0x494283) is known color: Dark Slate Blue. HEX triplet: 49, 42 and 83. RGB value is (73,66,131). Sum of RGB (Red+Green+Blue) = 73+66+131=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #494283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494283 is #B6BD7C. Grayscale: #4B4B4B. Windows color (decimal): -11976061 or 8602185. OLE color: 8602185.

HSL color Cylindrical-coordinate representation of color #494283: hue angle of 246.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494283 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 66 131 -
CMYK 0.44 0.50 0 0.49
HSL 246.46º 0.33% 0.39% -
HSV(B) 246.46º 0.5% 0.51% -
XYZ 8.79 6.95 22.35 -
YUV 75.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 73 66 131 0.44 0.50 0 0.49 246.46 0.33 0.39
Hex 49 42 83 2C 32 0 31 F6 21 27
Octal 111 102 203 54 62 0 61 366 41 47
Binary 1001001 1000010 10000011 101100 110010 0 110001 11110110 100001 100111

Color Harmonies of #494283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494283

Black with #494283

Text Example


Text Example

White with #494283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494283; }

 p { color: rgb(73,66,131); }

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

background-color css

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

 a { background-color: rgb(73,66,131); }

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

border-color css

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

 span { border-color: rgb(73,66,131); }

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