#475594

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

Shades of Governor Bay #475594

Tints of Governor Bay #475594

Color information

#475594 (or 0x475594) is unknown color: approx Governor Bay. HEX triplet: 47, 55 and 94. RGB value is (71,85,148). Sum of RGB (Red+Green+Blue) = 71+85+148=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #475594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475594 is #B8AA6B. Grayscale: #575757. Windows color (decimal): -12102252 or 9721159. OLE color: 9721159.

HSL color Cylindrical-coordinate representation of color #475594: hue angle of 229.09º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #475594 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7185148-
CMYK0.520.4300.42
HSL229.09º35.16%42.94%-
HSV(B)229.09º52.03%58.04%-
XYZ11.199.9729.35-
YUV88161.86115.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=23.36%
G=27.96%
B=48.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71851480.520.4300.42229.0935.1642.94
Hex475594342B02Ae5232b
Octal10712522464530523454353
Binary1000111101010110010100110100101011010101011100101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475594; }

 p { color: rgb(71,85,148); }

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

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

 a { background-color: rgb(71,85,148); }

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

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

 span { border-color: rgb(71,85,148); }

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