#484194

Color #484194 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #484194

Tints of Dark Slate Blue #484194

Color information

#484194 (or 0x484194) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 41 and 94. RGB value is (72,65,148). Sum of RGB (Red+Green+Blue) = 72+65+148=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #484194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484194 is #B7BE6B. Grayscale: #4C4C4C. Windows color (decimal): -12041836 or 9716040. OLE color: 9716040.

HSL color Cylindrical-coordinate representation of color #484194: hue angle of 245.06º 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 #484194 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7265148-
CMYK0.510.5600.42
HSL245.06º38.97%41.76%-
HSV(B)245.06º56.08%58.04%-
XYZ9.917.328.9-
YUV76.56168.32124.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=25.26%
G=22.81%
B=51.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72651480.510.5600.42245.0638.9741.76
Hex484194333802Af5272a
Octal11010122463700523654752
Binary1001000100000110010100110011111000010101011110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484194; }

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

 H1.HeaderClassName
 {
   color: #484194;
 }
 .AnyTagClassName
 {
   color: #484194;
 }
</style>
background-color css

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

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

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

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

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

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