Html Css Color HEX #47529C Governor Bay

📋 copy color: '#47529C'

red 71 ◦ green 82 ◦ blue 156

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

Shades of Governor Bay #47529C

Tints of Governor Bay #47529C

RGB

 RED value IS 71 (28.13% from 255) = 22.98%

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 156 (61.33% from 255) = 50.49%

R = 22.98%
G = 26.54%
B = 50.49%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47529C (or 0x47529C) is known color: Governor Bay. HEX triplet: 47, 52 and 9C. RGB value is (71,82,156). Sum of RGB (Red+Green+Blue) = 71+82+156=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #47529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47529C is #B8AD63. Grayscale: #565656. Windows color (decimal): -12103012 or 10244679. OLE color: 10244679.

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

Color convert

RGB 71 82 156 -
CMYK 0.54 0.47 0 0.39
HSL 232.24º 0.37% 0.45% -
HSV(B) 232.24º 0.54% 0.61% -
XYZ 11.62 9.77 32.73 -
YUV 87.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 71 82 156 0.54 0.47 0 0.39 232.24 0.37 0.45
Hex 47 52 9C 36 2F 0 27 E8 25 2D
Octal 107 122 234 66 57 0 47 350 45 55
Binary 1000111 1010010 10011100 110110 101111 0 100111 11101000 100101 101101

Color Harmonies of #47529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47529C

Black with #47529C

Text Example


Text Example

White with #47529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47529C; }

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

 H1.HeaderClassName
 {
   color: #47529C;
 }
 .AnyTagClassName
 {
   color: #47529C;
 }
</style>

background-color css

<style>
 a { background-color: #47529C; }

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

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

border-color css

<style>
 span { border-color: #47529C; }

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

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