Html Css Color HEX #484196 Dark Slate Blue

📋 copy color: '#484196'

red 72 ◦ green 65 ◦ blue 150

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

Shades of Dark Slate Blue #484196

Tints of Dark Slate Blue #484196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 25.09%
G = 22.65%
B = 52.26%

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

#484196 (or 0x484196) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 96. RGB value is (72,65,150). Sum of RGB (Red+Green+Blue) = 72+65+150=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #484196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484196 is #B7BE69. Grayscale: #4C4C4C. Windows color (decimal): -12041834 or 9847112. OLE color: 9847112.

HSL color Cylindrical-coordinate representation of color #484196: hue angle of 244.94º 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 #484196 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 65 150 -
CMYK 0.52 0.57 0 0.41
HSL 244.94º 0.4% 0.42% -
HSV(B) 244.94º 0.57% 0.59% -
XYZ 10.07 7.36 29.74 -
YUV 76.78 169.32 124.59 -
System Red Green Blue C M Y K H S L
Decimal 72 65 150 0.52 0.57 0 0.41 244.94 0.4 0.42
Hex 48 41 96 34 39 0 29 F5 28 2A
Octal 110 101 226 64 71 0 51 365 50 52
Binary 1001000 1000001 10010110 110100 111001 0 101001 11110101 101000 101010

Color Harmonies of #484196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484196

Black with #484196

Text Example


Text Example

White with #484196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484196; }

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

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

background-color css

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

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

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

border-color css

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

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

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