#475392

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

Shades of Governor Bay #475392

Tints of Governor Bay #475392

Color information

#475392 (or 0x475392) is unknown color: approx Governor Bay. HEX triplet: 47, 53 and 92. RGB value is (71,83,146). Sum of RGB (Red+Green+Blue) = 71+83+146=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #475392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475392 is #B8AC6D. Grayscale: #565656. Windows color (decimal): -12102766 or 9589575. OLE color: 9589575.

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

Color convert

RGB7183146-
CMYK0.510.4300.43
HSL230.4º34.56%42.55%-
HSV(B)230.4º51.37%57.25%-
XYZ10.889.628.47-
YUV86.59161.52116.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=23.67%
G=27.67%
B=48.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71831460.510.4300.43230.434.5642.55
Hex475392332B02Be6232b
Octal10712322263530533464353
Binary1000111101001110010010110011101011010101111100110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475392; }

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

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

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

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

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

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

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

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