#4958A5

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

Shades of Governor Bay #4958A5

Tints of Governor Bay #4958A5

Color information

#4958A5 (or 0x4958A5) is unknown color: approx Governor Bay. HEX triplet: 49, 58 and A5. RGB value is (73,88,165). Sum of RGB (Red+Green+Blue) = 73+88+165=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #4958A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4958A5 is #B6A75A. Grayscale: #5B5B5B. Windows color (decimal): -11970395 or 10836041. OLE color: 10836041.

HSL color Cylindrical-coordinate representation of color #4958A5: hue angle of 230.22º 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 #4958A5 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7388165-
CMYK0.560.4700.35
HSL230.22º38.66%46.67%-
HSV(B)230.22º55.76%64.71%-
XYZ13.0311.1137.06-
YUV92.29169.03114.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 165 (64.84% from 255) = 50.61%
R=22.39%
G=26.99%
B=50.61%

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
Decimal73881650.560.4700.35230.2238.6646.67
Hex4958A5382F023e6272f
Octal11113024570570433464757
Binary1001001101100010100101111000101111010001111100110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4958A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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