#484698

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

Shades of Dark Slate Blue #484698

Tints of Dark Slate Blue #484698

Color information

#484698 (or 0x484698) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 46 and 98. RGB value is (72,70,152). Sum of RGB (Red+Green+Blue) = 72+70+152=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #484698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484698 is #B7B967. Grayscale: #4F4F4F. Windows color (decimal): -12040552 or 9979464. OLE color: 9979464.

HSL color Cylindrical-coordinate representation of color #484698: hue angle of 241.46º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484698 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7270152-
CMYK0.530.5400.40
HSL241.46º36.94%43.53%-
HSV(B)241.46º53.95%59.61%-
XYZ10.538.0330.7-
YUV79.95168.66122.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 152 (59.77% from 255) = 51.70%
R=24.49%
G=23.81%
B=51.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72701520.530.5400.40241.4636.9443.53
Hex4846983536028f1252c
Octal11010623065660503614554
Binary1001000100011010011000110101110110010100011110001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484698; }

 p { color: rgb(72,70,152); }

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

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

 a { background-color: rgb(72,70,152); }

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

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

 span { border-color: rgb(72,70,152); }

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