Html Css Color HEX #52479A Blue Gem

📋 copy color: '#52479A'

red 82 ◦ green 71 ◦ blue 154

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

Shades of Blue Gem #52479A

Tints of Blue Gem #52479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.16%

R = 26.71%
G = 23.13%
B = 50.16%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#52479A (or 0x52479A) is known color: Blue Gem. HEX triplet: 52, 47 and 9A. RGB value is (82,71,154). Sum of RGB (Red+Green+Blue) = 82+71+154=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #52479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52479A is #ADB865. Grayscale: #535353. Windows color (decimal): -11384934 or 10110802. OLE color: 10110802.

HSL color Cylindrical-coordinate representation of color #52479A: hue angle of 247.95º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52479A is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 71 154 -
CMYK 0.47 0.54 0 0.40
HSL 247.95º 0.37% 0.44% -
HSV(B) 247.95º 0.54% 0.6% -
XYZ 11.57 8.63 31.63 -
YUV 83.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 82 71 154 0.47 0.54 0 0.40 247.95 0.37 0.44
Hex 52 47 9A 2F 36 0 28 F8 25 2C
Octal 122 107 232 57 66 0 50 370 45 54
Binary 1010010 1000111 10011010 101111 110110 0 101000 11111000 100101 101100

Color Harmonies of #52479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52479A

Black with #52479A

Text Example


Text Example

White with #52479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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