#4758A7

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

Shades of Governor Bay #4758A7

Tints of Governor Bay #4758A7

Color information

#4758A7 (or 0x4758A7) is unknown color: approx Governor Bay. HEX triplet: 47, 58 and A7. RGB value is (71,88,167). Sum of RGB (Red+Green+Blue) = 71+88+167=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #4758A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4758A7 is #B8A758. Grayscale: #5B5B5B. Windows color (decimal): -12101465 or 10967111. OLE color: 10967111.

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

Color convert

RGB7188167-
CMYK0.570.4700.35
HSL229.38º40.34%46.67%-
HSV(B)229.38º57.49%65.49%-
XYZ13.0611.1138.01-
YUV91.92170.37113.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 167 (65.62% from 255) = 51.23%
R=21.78%
G=26.99%
B=51.23%

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
Decimal71881670.570.4700.35229.3840.3446.67
Hex4758A7392F023e5282f
Octal10713024771570433455057
Binary1000111101100010100111111001101111010001111100101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4758A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,88,167); }

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

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

 a { background-color: rgb(71,88,167); }

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

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

 span { border-color: rgb(71,88,167); }

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