#474EA5

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

Shades of Governor Bay #474EA5

Tints of Governor Bay #474EA5

Color information

#474EA5 (or 0x474EA5) is unknown color: approx Governor Bay. HEX triplet: 47, 4E and A5. RGB value is (71,78,165). Sum of RGB (Red+Green+Blue) = 71+78+165=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #474EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474EA5 is #B8B15A. Grayscale: #555555. Windows color (decimal): -12104027 or 10833479. OLE color: 10833479.

HSL color Cylindrical-coordinate representation of color #474EA5: hue angle of 235.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #474EA5 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7178165-
CMYK0.570.5300.35
HSL235.53º39.83%46.27%-
HSV(B)235.53º56.97%64.71%-
XYZ12.119.536.79-
YUV85.82172.68117.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 165 (64.84% from 255) = 52.55%
R=22.61%
G=24.84%
B=52.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71781650.570.5300.35235.5339.8346.27
Hex474EA53935023ec282e
Octal10711624571650433545056
Binary1000111100111010100101111001110101010001111101100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474EA5; }

 p { color: rgb(71,78,165); }

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

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

 a { background-color: rgb(71,78,165); }

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

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

 span { border-color: rgb(71,78,165); }

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