Html Css Color HEX #484087 Dark Slate Blue

📋 copy color: '#484087'

red 72 ◦ green 64 ◦ blue 135

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

Shades of Dark Slate Blue #484087

Tints of Dark Slate Blue #484087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.82%

R = 26.57%
G = 23.62%
B = 49.82%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484087 (or 0x484087) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 87. RGB value is (72,64,135). Sum of RGB (Red+Green+Blue) = 72+64+135=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #484087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484087 is #B7BF78. Grayscale: #4A4A4A. Windows color (decimal): -12042105 or 8863816. OLE color: 8863816.

HSL color Cylindrical-coordinate representation of color #484087: hue angle of 246.76º 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 #484087 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 64 135 -
CMYK 0.47 0.53 0 0.47
HSL 246.76º 0.36% 0.39% -
HSV(B) 246.76º 0.53% 0.53% -
XYZ 8.88 6.79 23.77 -
YUV 74.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 72 64 135 0.47 0.53 0 0.47 246.76 0.36 0.39
Hex 48 40 87 2F 35 0 2F F7 24 27
Octal 110 100 207 57 65 0 57 367 44 47
Binary 1001000 1000000 10000111 101111 110101 0 101111 11110111 100100 100111

Color Harmonies of #484087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484087

Black with #484087

Text Example


Text Example

White with #484087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484087; }

 p { color: rgb(72,64,135); }

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

background-color css

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

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

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

border-color css

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

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

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