#483298

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

Shades of Blue Gem #483298

Tints of Blue Gem #483298

Color information

#483298 (or 0x483298) is unknown color: approx Blue Gem. HEX triplet: 48, 32 and 98. RGB value is (72,50,152). Sum of RGB (Red+Green+Blue) = 72+50+152=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #483298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483298 is #B7CD67. Grayscale: #434343. Windows color (decimal): -12045672 or 9974344. OLE color: 9974344.

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

Color convert

RGB7250152-
CMYK0.530.6700.40
HSL252.94º50.5%39.61%-
HSV(B)252.94º67.11%59.61%-
XYZ9.485.9330.35-
YUV68.21175.29130.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=26.28%
G=18.25%
B=55.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72501520.530.6700.40252.9450.539.61
Hex4832983543028fd3228
Octal11062230651030503756250
Binary1001000110010100110001101011000011010100011111101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483298; }

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

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

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

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

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

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

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

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