Html Css Color HEX #484287 Dark Slate Blue

📋 copy color: '#484287'

red 72 ◦ green 66 ◦ blue 135

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

Shades of Dark Slate Blue #484287

Tints of Dark Slate Blue #484287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 26.37%
G = 24.18%
B = 49.45%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484287 (or 0x484287) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 87. RGB value is (72,66,135). Sum of RGB (Red+Green+Blue) = 72+66+135=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #484287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484287 is #B7BD78. Grayscale: #4B4B4B. Windows color (decimal): -12041593 or 8864328. OLE color: 8864328.

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

Color convert

RGB 72 66 135 -
CMYK 0.47 0.51 0 0.47
HSL 245.22º 0.34% 0.39% -
HSV(B) 245.22º 0.51% 0.53% -
XYZ 8.99 7.02 23.8 -
YUV 75.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 72 66 135 0.47 0.51 0 0.47 245.22 0.34 0.39
Hex 48 42 87 2F 33 0 2F F5 22 27
Octal 110 102 207 57 63 0 57 365 42 47
Binary 1001000 1000010 10000111 101111 110011 0 101111 11110101 100010 100111

Color Harmonies of #484287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484287

Black with #484287

Text Example


Text Example

White with #484287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484287; }

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

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

background-color css

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

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

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

border-color css

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

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

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