#484097

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

Shades of Blue Gem #484097

Tints of Blue Gem #484097

Color information

#484097 (or 0x484097) is unknown color: approx Blue Gem. HEX triplet: 48, 40 and 97. RGB value is (72,64,151). Sum of RGB (Red+Green+Blue) = 72+64+151=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #484097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484097 is #B7BF68. Grayscale: #4B4B4B. Windows color (decimal): -12042089 or 9912392. OLE color: 9912392.

HSL color Cylindrical-coordinate representation of color #484097: hue angle of 245.52º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484097 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7264151-
CMYK0.520.5800.41
HSL245.52º40.47%42.16%-
HSV(B)245.52º57.62%59.22%-
XYZ10.097.2830.15-
YUV76.31170.15124.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=25.09%
G=22.30%
B=52.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72641510.520.5800.41245.5240.4742.16
Hex484097343A029f6282a
Octal11010022764720513665052
Binary1001000100000010010111110100111010010100111110110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484097; }

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

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

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

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

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

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

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

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