#484A8D

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

Shades of Dark Slate Blue #484A8D

Tints of Dark Slate Blue #484A8D

Color information

#484A8D (or 0x484A8D) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 4A and 8D. RGB value is (72,74,141). Sum of RGB (Red+Green+Blue) = 72+74+141=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #484A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A8D is #B7B572. Grayscale: #505050. Windows color (decimal): -12039539 or 9259592. OLE color: 9259592.

HSL color Cylindrical-coordinate representation of color #484A8D: hue angle of 238.26º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #484A8D is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7274141-
CMYK0.490.4800.45
HSL238.26º32.39%41.76%-
HSV(B)238.26º48.94%55.29%-
XYZ9.938.226.26-
YUV81.04161.84121.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=25.09%
G=25.78%
B=49.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72741410.490.4800.45238.2632.3941.76
Hex484A8D313002Dee202a
Octal11011221561600553564052
Binary1001000100101010001101110001110000010110111101110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A8D; }

 p { color: rgb(72,74,141); }

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

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

 a { background-color: rgb(72,74,141); }

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

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

 span { border-color: rgb(72,74,141); }

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