#47539A

Color #47539A Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #47539A

Tints of Governor Bay #47539A

Color information

#47539A (or 0x47539A) is unknown color: approx Governor Bay. HEX triplet: 47, 53 and 9A. RGB value is (71,83,154). Sum of RGB (Red+Green+Blue) = 71+83+154=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #47539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47539A is #B8AC65. Grayscale: #575757. Windows color (decimal): -12102758 or 10113863. OLE color: 10113863.

HSL color Cylindrical-coordinate representation of color #47539A: hue angle of 231.33º 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 #47539A is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7183154-
CMYK0.540.4600.40
HSL231.33º36.89%44.12%-
HSV(B)231.33º53.9%60.39%-
XYZ11.529.8631.87-
YUV87.51165.52116.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 154 (60.55% from 255) = 50%
R=23.05%
G=26.95%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71831540.540.4600.40231.3336.8944.12
Hex47539A362E028e7252c
Octal10712323266560503474554
Binary1000111101001110011010110110101110010100011100111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47539A;
 }
 .AnyTagClassName
 {
   color: #47539A;
 }
</style>
background-color css

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

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

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

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

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

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