#4859A7

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

Shades of Governor Bay #4859A7

Tints of Governor Bay #4859A7

Color information

#4859A7 (or 0x4859A7) is unknown color: approx Governor Bay. HEX triplet: 48, 59 and A7. RGB value is (72,89,167). Sum of RGB (Red+Green+Blue) = 72+89+167=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #4859A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4859A7 is #B7A658. Grayscale: #5C5C5C. Windows color (decimal): -12035673 or 10967368. OLE color: 10967368.

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

Color convert

RGB7289167-
CMYK0.570.4700.35
HSL229.26º39.75%46.86%-
HSV(B)229.26º56.89%65.49%-
XYZ13.2211.3138.05-
YUV92.81169.87113.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 167 (65.62% from 255) = 50.91%
R=21.95%
G=27.13%
B=50.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72891670.570.4700.35229.2639.7546.86
Hex4859A7392F023e5282f
Octal11013124771570433455057
Binary1001000101100110100111111001101111010001111100101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4859A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4859A7; }

 p { color: rgb(72,89,167); }

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

<style>
 a { background-color: #4859A7; }

 a { background-color: rgb(72,89,167); }

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

<style>
 span { border-color: #4859A7; }

 span { border-color: rgb(72,89,167); }

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