Html Css Color HEX #484795 Dark Slate Blue

📋 copy color: '#484795'

red 72 ◦ green 71 ◦ blue 149

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

Shades of Dark Slate Blue #484795

Tints of Dark Slate Blue #484795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

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

R = 24.66%
G = 24.32%
B = 51.03%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#484795 (or 0x484795) is known color: Dark Slate Blue. HEX triplet: 48, 47 and 95. RGB value is (72,71,149). Sum of RGB (Red+Green+Blue) = 72+71+149=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #484795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484795 is #B7B86A. Grayscale: #4F4F4F. Windows color (decimal): -12040299 or 9783112. OLE color: 9783112.

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

Color convert

RGB 72 71 149 -
CMYK 0.52 0.52 0 0.42
HSL 240.77º 0.35% 0.43% -
HSV(B) 240.77º 0.52% 0.58% -
XYZ 10.35 8.05 29.44 -
YUV 80.19 166.83 122.16 -
System Red Green Blue C M Y K H S L
Decimal 72 71 149 0.52 0.52 0 0.42 240.77 0.35 0.43
Hex 48 47 95 34 34 0 2A F1 23 2B
Octal 110 107 225 64 64 0 52 361 43 53
Binary 1001000 1000111 10010101 110100 110100 0 101010 11110001 100011 101011

Color Harmonies of #484795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484795

Black with #484795

Text Example


Text Example

White with #484795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484795; }

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

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

background-color css

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

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

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

border-color css

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

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

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