#4958A4

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

Shades of Governor Bay #4958A4

Tints of Governor Bay #4958A4

Color information

#4958A4 (or 0x4958A4) is unknown color: approx Governor Bay. HEX triplet: 49, 58 and A4. RGB value is (73,88,164). Sum of RGB (Red+Green+Blue) = 73+88+164=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #4958A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4958A4 is #B6A75B. Grayscale: #5B5B5B. Windows color (decimal): -11970396 or 10770505. OLE color: 10770505.

HSL color Cylindrical-coordinate representation of color #4958A4: hue angle of 230.11º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4958A4 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7388164-
CMYK0.550.4600.36
HSL230.11º38.4%46.47%-
HSV(B)230.11º55.49%64.31%-
XYZ12.9411.0836.58-
YUV92.18168.53114.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=22.46%
G=27.08%
B=50.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73881640.550.4600.36230.1138.446.47
Hex4958A4372E024e6262e
Octal11113024467560443464656
Binary1001001101100010100100110111101110010010011100110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4958A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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