#483294

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

Shades of Blue Gem #483294

Tints of Blue Gem #483294

Color information

#483294 (or 0x483294) is unknown color: approx Blue Gem. HEX triplet: 48, 32 and 94. RGB value is (72,50,148). Sum of RGB (Red+Green+Blue) = 72+50+148=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #483294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483294 is #B7CD6B. Grayscale: #434343. Windows color (decimal): -12045676 or 9712200. OLE color: 9712200.

HSL color Cylindrical-coordinate representation of color #483294: hue angle of 253.47º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483294 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7250148-
CMYK0.510.6600.42
HSL253.47º49.49%38.82%-
HSV(B)253.47º66.22%58.04%-
XYZ9.165.828.65-
YUV67.75173.29131.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 148 (58.20% from 255) = 54.81%
R=26.67%
G=18.52%
B=54.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72501480.510.6600.42253.4749.4938.82
Hex483294334202Afd3127
Octal11062224631020523756147
Binary1001000110010100101001100111000010010101011111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483294; }

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

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

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

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

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

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

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

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