Html Css Color HEX #484187 Dark Slate Blue

📋 copy color: '#484187'

red 72 ◦ green 65 ◦ blue 135

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

Shades of Dark Slate Blue #484187

Tints of Dark Slate Blue #484187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

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

R = 26.47%
G = 23.9%
B = 49.63%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484187 (or 0x484187) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 87. RGB value is (72,65,135). Sum of RGB (Red+Green+Blue) = 72+65+135=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #484187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484187 is #B7BE78. Grayscale: #4A4A4A. Windows color (decimal): -12041849 or 8864072. OLE color: 8864072.

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

Color convert

RGB 72 65 135 -
CMYK 0.47 0.52 0 0.47
HSL 246º 0.35% 0.39% -
HSV(B) 246º 0.52% 0.53% -
XYZ 8.94 6.91 23.78 -
YUV 75.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 72 65 135 0.47 0.52 0 0.47 246 0.35 0.39
Hex 48 41 87 2F 34 0 2F F6 23 27
Octal 110 101 207 57 64 0 57 366 43 47
Binary 1001000 1000001 10000111 101111 110100 0 101111 11110110 100011 100111

Color Harmonies of #484187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484187

Black with #484187

Text Example


Text Example

White with #484187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484187; }

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

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

background-color css

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

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

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

border-color css

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

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

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