#52469D

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

Shades of Blue Gem #52469D

Tints of Blue Gem #52469D

Color information

#52469D (or 0x52469D) is unknown color: approx Blue Gem. HEX triplet: 52, 46 and 9D. RGB value is (82,70,157). Sum of RGB (Red+Green+Blue) = 82+70+157=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #52469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52469D is #ADB962. Grayscale: #535353. Windows color (decimal): -11385187 or 10307154. OLE color: 10307154.

HSL color Cylindrical-coordinate representation of color #52469D: hue angle of 248.28º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52469D is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8270157-
CMYK0.480.5500.38
HSL248.28º38.33%44.51%-
HSV(B)248.28º55.41%61.57%-
XYZ11.768.6132.94-
YUV83.51169.48126.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=26.54%
G=22.65%
B=50.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82701570.480.5500.38248.2838.3344.51
Hex52469D3037026f8262d
Octal12210623560670463704655
Binary1010010100011010011101110000110111010011011111000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52469D; }

 p { color: rgb(82,70,157); }

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

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

 a { background-color: rgb(82,70,157); }

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

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

 span { border-color: rgb(82,70,157); }

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