Html Css Color HEX #494088 Dark Slate Blue

📋 copy color: '#494088'

red 73 ◦ green 64 ◦ blue 136

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

Shades of Dark Slate Blue #494088

Tints of Dark Slate Blue #494088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 26.74%
G = 23.44%
B = 49.82%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494088 (or 0x494088) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 88. RGB value is (73,64,136). Sum of RGB (Red+Green+Blue) = 73+64+136=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #494088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494088 is #B6BF77. Grayscale: #4A4A4A. Windows color (decimal): -11976568 or 8929353. OLE color: 8929353.

HSL color Cylindrical-coordinate representation of color #494088: hue angle of 247.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494088 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 64 136 -
CMYK 0.46 0.53 0 0.47
HSL 247.5º 0.36% 0.39% -
HSV(B) 247.5º 0.53% 0.53% -
XYZ 9.02 6.86 24.14 -
YUV 74.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 73 64 136 0.46 0.53 0 0.47 247.5 0.36 0.39
Hex 49 40 88 2E 35 0 2F F8 24 27
Octal 111 100 210 56 65 0 57 370 44 47
Binary 1001001 1000000 10001000 101110 110101 0 101111 11111000 100100 100111

Color Harmonies of #494088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494088

Black with #494088

Text Example


Text Example

White with #494088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494088; }

 p { color: rgb(73,64,136); }

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

background-color css

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

 a { background-color: rgb(73,64,136); }

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

border-color css

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

 span { border-color: rgb(73,64,136); }

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