Html Css Color HEX #484197 Dark Slate Blue

📋 copy color: '#484197'

red 72 ◦ green 65 ◦ blue 151

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

Shades of Dark Slate Blue #484197

Tints of Dark Slate Blue #484197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.43%

R = 25%
G = 22.57%
B = 52.43%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#484197 (or 0x484197) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 97. RGB value is (72,65,151). Sum of RGB (Red+Green+Blue) = 72+65+151=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #484197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484197 is #B7BE68. Grayscale: #4C4C4C. Windows color (decimal): -12041833 or 9912648. OLE color: 9912648.

HSL color Cylindrical-coordinate representation of color #484197: hue angle of 244.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #484197 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 65 151 -
CMYK 0.52 0.57 0 0.41
HSL 244.88º 0.4% 0.42% -
HSV(B) 244.88º 0.57% 0.59% -
XYZ 10.15 7.39 30.17 -
YUV 76.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 72 65 151 0.52 0.57 0 0.41 244.88 0.4 0.42
Hex 48 41 97 34 39 0 29 F5 28 2A
Octal 110 101 227 64 71 0 51 365 50 52
Binary 1001000 1000001 10010111 110100 111001 0 101001 11110101 101000 101010

Color Harmonies of #484197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484197

Black with #484197

Text Example


Text Example

White with #484197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484197; }

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

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

background-color css

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

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

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

border-color css

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

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

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