Html Css Color HEX #484889 Dark Slate Blue

📋 copy color: '#484889'

red 72 ◦ green 72 ◦ blue 137

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

Shades of Dark Slate Blue #484889

Tints of Dark Slate Blue #484889

RGB

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

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

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

R = 25.62%
G = 25.62%
B = 48.75%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#484889 (or 0x484889) is known color: Dark Slate Blue. HEX triplet: 48, 48 and 89. RGB value is (72,72,137). Sum of RGB (Red+Green+Blue) = 72+72+137=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #484889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484889 is #B7B776. Grayscale: #4F4F4F. Windows color (decimal): -12040055 or 8996936. OLE color: 8996936.

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

Color convert

RGB 72 72 137 -
CMYK 0.47 0.47 0 0.46
HSL 240º 0.31% 0.41% -
HSV(B) 240º 0.47% 0.54% -
XYZ 9.51 7.82 24.68 -
YUV 79.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 72 72 137 0.47 0.47 0 0.46 240 0.31 0.41
Hex 48 48 89 2F 2F 0 2E F0 1F 29
Octal 110 110 211 57 57 0 56 360 37 51
Binary 1001000 1001000 10001001 101111 101111 0 101110 11110000 11111 101001

Color Harmonies of #484889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484889

Black with #484889

Text Example


Text Example

White with #484889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484889; }

 p { color: rgb(72,72,137); }

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

background-color css

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

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

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

border-color css

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

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

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