#52469F

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

Shades of Blue Gem #52469F

Tints of Blue Gem #52469F

Color information

#52469F (or 0x52469F) is unknown color: approx Blue Gem. HEX triplet: 52, 46 and 9F. RGB value is (82,70,159). Sum of RGB (Red+Green+Blue) = 82+70+159=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #52469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52469F is #ADB960. Grayscale: #535353. Windows color (decimal): -11385185 or 10438226. OLE color: 10438226.

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

Color convert

RGB8270159-
CMYK0.480.5600.38
HSL248.09º38.86%44.9%-
HSV(B)248.09º55.97%62.35%-
XYZ11.938.6833.85-
YUV83.73170.48126.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=26.37%
G=22.51%
B=51.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82701590.480.5600.38248.0938.8644.9
Hex52469F3038026f8272d
Octal12210623760700463704755
Binary1010010100011010011111110000111000010011011111000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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