#4A5287

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

Shades of Governor Bay #4A5287

Tints of Governor Bay #4A5287

Color information

#4A5287 (or 0x4A5287) is unknown color: approx Governor Bay. HEX triplet: 4A, 52 and 87. RGB value is (74,82,135). Sum of RGB (Red+Green+Blue) = 74+82+135=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A5287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5287 is #B5AD78. Grayscale: #555555. Windows color (decimal): -11906425 or 8868426. OLE color: 8868426.

HSL color Cylindrical-coordinate representation of color #4A5287: hue angle of 232.13º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A5287 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7482135-
CMYK0.450.3900.47
HSL232.13º29.19%40.98%-
HSV(B)232.13º45.19%52.94%-
XYZ10.219.2424.17-
YUV85.65155.85119.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.43%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=25.43%
G=28.18%
B=46.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74821350.450.3900.47232.1329.1940.98
Hex4A52872D2702Fe81d29
Octal11212220755470573503551
Binary100101010100101000011110110110011101011111110100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5287; }

 p { color: rgb(74,82,135); }

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

<style>
 a { background-color: #4A5287; }

 a { background-color: rgb(74,82,135); }

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

<style>
 span { border-color: #4A5287; }

 span { border-color: rgb(74,82,135); }

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