Html Css Color HEX #484096 Dark Slate Blue

📋 copy color: '#484096'

red 72 ◦ green 64 ◦ blue 150

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

Shades of Dark Slate Blue #484096

Tints of Dark Slate Blue #484096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 25.17%
G = 22.38%
B = 52.45%

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

#484096 (or 0x484096) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 96. RGB value is (72,64,150). Sum of RGB (Red+Green+Blue) = 72+64+150=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #484096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484096 is #B7BF69. Grayscale: #4B4B4B. Windows color (decimal): -12042090 or 9846856. OLE color: 9846856.

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

Color convert

RGB 72 64 150 -
CMYK 0.52 0.57 0 0.41
HSL 245.58º 0.4% 0.42% -
HSV(B) 245.58º 0.57% 0.59% -
XYZ 10.01 7.25 29.73 -
YUV 76.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 72 64 150 0.52 0.57 0 0.41 245.58 0.4 0.42
Hex 48 40 96 34 39 0 29 F6 28 2A
Octal 110 100 226 64 71 0 51 366 50 52
Binary 1001000 1000000 10010110 110100 111001 0 101001 11110110 101000 101010

Color Harmonies of #484096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484096

Black with #484096

Text Example


Text Example

White with #484096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484096; }

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

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

background-color css

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

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

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

border-color css

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

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

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