#475098

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

Shades of Governor Bay #475098

Tints of Governor Bay #475098

Color information

#475098 (or 0x475098) is unknown color: approx Governor Bay. HEX triplet: 47, 50 and 98. RGB value is (71,80,152). Sum of RGB (Red+Green+Blue) = 71+80+152=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #475098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475098 is #B8AF67. Grayscale: #555555. Windows color (decimal): -12103528 or 9982023. OLE color: 9982023.

HSL color Cylindrical-coordinate representation of color #475098: hue angle of 233.33º 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 #475098 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7180152-
CMYK0.530.4700.40
HSL233.33º36.32%43.73%-
HSV(B)233.33º53.29%59.61%-
XYZ11.139.3430.92-
YUV85.52165.52117.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=23.43%
G=26.40%
B=50.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71801520.530.4700.40233.3336.3243.73
Hex475098352F028e9242c
Octal10712023065570503514454
Binary1000111101000010011000110101101111010100011101001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475098; }

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

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

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

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

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

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

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

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