#4958AB

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

Shades of Governor Bay #4958AB

Tints of Governor Bay #4958AB

Color information

#4958AB (or 0x4958AB) is unknown color: approx Governor Bay. HEX triplet: 49, 58 and AB. RGB value is (73,88,171). Sum of RGB (Red+Green+Blue) = 73+88+171=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #4958AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4958AB is #B6A754. Grayscale: #5C5C5C. Windows color (decimal): -11970389 or 11229257. OLE color: 11229257.

HSL color Cylindrical-coordinate representation of color #4958AB: hue angle of 230.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4958AB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7388171-
CMYK0.570.4900.33
HSL230.82º40.16%47.84%-
HSV(B)230.82º57.31%67.06%-
XYZ13.5911.3440-
YUV92.98172.03113.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=21.99%
G=26.51%
B=51.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73881710.570.4900.33230.8240.1647.84
Hex4958AB3931021e72830
Octal11113025371610413475060
Binary1001001101100010101011111001110001010000111100111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4958AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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