#4957A5

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

Shades of Governor Bay #4957A5

Tints of Governor Bay #4957A5

Color information

#4957A5 (or 0x4957A5) is unknown color: approx Governor Bay. HEX triplet: 49, 57 and A5. RGB value is (73,87,165). Sum of RGB (Red+Green+Blue) = 73+87+165=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #4957A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4957A5 is #B6A85A. Grayscale: #5B5B5B. Windows color (decimal): -11970651 or 10835785. OLE color: 10835785.

HSL color Cylindrical-coordinate representation of color #4957A5: hue angle of 230.87º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4957A5 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7387165-
CMYK0.560.4700.35
HSL230.87º38.66%46.67%-
HSV(B)230.87º55.76%64.71%-
XYZ12.9510.9537.03-
YUV91.71169.36114.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 165 (64.84% from 255) = 50.77%
R=22.46%
G=26.77%
B=50.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73871650.560.4700.35230.8738.6646.67
Hex4957A5382F023e7272f
Octal11112724570570433474757
Binary1001001101011110100101111000101111010001111100111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4957A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4957A5; }

 p { color: rgb(73,87,165); }

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

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

 a { background-color: rgb(73,87,165); }

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

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

 span { border-color: rgb(73,87,165); }

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