Html Css Color HEX #52479B Blue Gem

📋 copy color: '#52479B'

red 82 ◦ green 71 ◦ blue 155

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

Shades of Blue Gem #52479B

Tints of Blue Gem #52479B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 26.62%
G = 23.05%
B = 50.32%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52479B (or 0x52479B) is known color: Blue Gem. HEX triplet: 52, 47 and 9B. RGB value is (82,71,155). Sum of RGB (Red+Green+Blue) = 82+71+155=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #52479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52479B is #ADB864. Grayscale: #535353. Windows color (decimal): -11384933 or 10176338. OLE color: 10176338.

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

Color convert

RGB 82 71 155 -
CMYK 0.47 0.54 0 0.39
HSL 247.86º 0.37% 0.44% -
HSV(B) 247.86º 0.54% 0.61% -
XYZ 11.65 8.67 32.07 -
YUV 83.87 168.14 126.67 -
System Red Green Blue C M Y K H S L
Decimal 82 71 155 0.47 0.54 0 0.39 247.86 0.37 0.44
Hex 52 47 9B 2F 36 0 27 F8 25 2C
Octal 122 107 233 57 66 0 47 370 45 54
Binary 1010010 1000111 10011011 101111 110110 0 100111 11111000 100101 101100

Color Harmonies of #52479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52479B

Black with #52479B

Text Example


Text Example

White with #52479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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