Html Css Color HEX #52479D Blue Gem

📋 copy color: '#52479D'

red 82 ◦ green 71 ◦ blue 157

#52479D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #52479D

Tints of Blue Gem #52479D

RGB

 RED value IS 82 (32.42% from 255) = 26.45%

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 157 (61.72% from 255) = 50.65%

R = 26.45%
G = 22.9%
B = 50.65%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52479D (or 0x52479D) is known color: Blue Gem. HEX triplet: 52, 47 and 9D. RGB value is (82,71,157). Sum of RGB (Red+Green+Blue) = 82+71+157=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #52479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52479D is #ADB862. Grayscale: #535353. Windows color (decimal): -11384931 or 10307410. OLE color: 10307410.

HSL color Cylindrical-coordinate representation of color #52479D: hue angle of 247.67º 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 #52479D is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 71 157 -
CMYK 0.48 0.55 0 0.38
HSL 247.67º 0.38% 0.45% -
HSV(B) 247.67º 0.55% 0.62% -
XYZ 11.82 8.73 32.96 -
YUV 84.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 82 71 157 0.48 0.55 0 0.38 247.67 0.38 0.45
Hex 52 47 9D 30 37 0 26 F8 26 2D
Octal 122 107 235 60 67 0 46 370 46 55
Binary 1010010 1000111 10011101 110000 110111 0 100110 11111000 100110 101101

Color Harmonies of #52479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52479D

Black with #52479D

Text Example


Text Example

White with #52479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52479D;
 }
 .AnyTagClassName
 {
   color: #52479D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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