Html Css Color HEX #484988 Dark Slate Blue

📋 copy color: '#484988'

red 72 ◦ green 73 ◦ blue 136

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

Shades of Dark Slate Blue #484988

Tints of Dark Slate Blue #484988

RGB

 RED value IS 72 (28.52% from 255) = 25.62%

 GREEN value IS 73 (28.91% from 255) = 25.98%

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

R = 25.62%
G = 25.98%
B = 48.4%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484988 (or 0x484988) is known color: Dark Slate Blue. HEX triplet: 48, 49 and 88. RGB value is (72,73,136). Sum of RGB (Red+Green+Blue) = 72+73+136=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #484988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484988 is #B7B677. Grayscale: #4F4F4F. Windows color (decimal): -12039800 or 8931656. OLE color: 8931656.

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

Color convert

RGB 72 73 136 -
CMYK 0.47 0.46 0 0.47
HSL 239.06º 0.31% 0.41% -
HSV(B) 239.06º 0.47% 0.53% -
XYZ 9.5 7.92 24.32 -
YUV 79.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 72 73 136 0.47 0.46 0 0.47 239.06 0.31 0.41
Hex 48 49 88 2F 2E 0 2F EF 1F 29
Octal 110 111 210 57 56 0 57 357 37 51
Binary 1001000 1001001 10001000 101111 101110 0 101111 11101111 11111 101001

Color Harmonies of #484988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484988

Black with #484988

Text Example


Text Example

White with #484988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484988; }

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

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

background-color css

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

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

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

border-color css

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

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

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