#475298

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

Shades of Governor Bay #475298

Tints of Governor Bay #475298

Color information

#475298 (or 0x475298) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 98. RGB value is (71,82,152). Sum of RGB (Red+Green+Blue) = 71+82+152=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #475298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475298 is #B8AD67. Grayscale: #565656. Windows color (decimal): -12103016 or 9982535. OLE color: 9982535.

HSL color Cylindrical-coordinate representation of color #475298: hue angle of 231.85º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #475298 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7182152-
CMYK0.530.4600.40
HSL231.85º36.32%43.73%-
HSV(B)231.85º53.29%59.61%-
XYZ11.289.6430.97-
YUV86.69164.86116.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=23.28%
G=26.89%
B=49.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71821520.530.4600.40231.8536.3243.73
Hex475298352E028e8242c
Octal10712223065560503504454
Binary1000111101001010011000110101101110010100011101000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475298; }

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

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

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

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

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

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

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

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