Html Css Color HEX #47529F Governor Bay

📋 copy color: '#47529F'

red 71 ◦ green 82 ◦ blue 159

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

Shades of Governor Bay #47529F

Tints of Governor Bay #47529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 22.76%
G = 26.28%
B = 50.96%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47529F (or 0x47529F) is known color: Governor Bay. HEX triplet: 47, 52 and 9F. RGB value is (71,82,159). Sum of RGB (Red+Green+Blue) = 71+82+159=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #47529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47529F is #B8AD60. Grayscale: #575757. Windows color (decimal): -12103009 or 10441287. OLE color: 10441287.

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

Color convert

RGB 71 82 159 -
CMYK 0.55 0.48 0 0.38
HSL 232.5º 0.38% 0.45% -
HSV(B) 232.5º 0.55% 0.62% -
XYZ 11.87 9.88 34.08 -
YUV 87.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 71 82 159 0.55 0.48 0 0.38 232.5 0.38 0.45
Hex 47 52 9F 37 30 0 26 E8 26 2D
Octal 107 122 237 67 60 0 46 350 46 55
Binary 1000111 1010010 10011111 110111 110000 0 100110 11101000 100110 101101

Color Harmonies of #47529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47529F

Black with #47529F

Text Example


Text Example

White with #47529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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