Html Css Color HEX #484195 Dark Slate Blue

📋 copy color: '#484195'

red 72 ◦ green 65 ◦ blue 149

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

Shades of Dark Slate Blue #484195

Tints of Dark Slate Blue #484195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 25.17%
G = 22.73%
B = 52.1%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#484195 (or 0x484195) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 95. RGB value is (72,65,149). Sum of RGB (Red+Green+Blue) = 72+65+149=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #484195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484195 is #B7BE6A. Grayscale: #4C4C4C. Windows color (decimal): -12041835 or 9781576. OLE color: 9781576.

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

Color convert

RGB 72 65 149 -
CMYK 0.52 0.56 0 0.42
HSL 245º 0.39% 0.42% -
HSV(B) 245º 0.56% 0.58% -
XYZ 9.99 7.33 29.32 -
YUV 76.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 72 65 149 0.52 0.56 0 0.42 245 0.39 0.42
Hex 48 41 95 34 38 0 2A F5 27 2A
Octal 110 101 225 64 70 0 52 365 47 52
Binary 1001000 1000001 10010101 110100 111000 0 101010 11110101 100111 101010

Color Harmonies of #484195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484195

Black with #484195

Text Example


Text Example

White with #484195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484195; }

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

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

background-color css

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

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

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

border-color css

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

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

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