#4B5087

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

Shades of Governor Bay #4B5087

Tints of Governor Bay #4B5087

Color information

#4B5087 (or 0x4B5087) is unknown color: approx Governor Bay. HEX triplet: 4B, 50 and 87. RGB value is (75,80,135). Sum of RGB (Red+Green+Blue) = 75+80+135=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B5087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5087 is #B4AF78. Grayscale: #545454. Windows color (decimal): -11841401 or 8867915. OLE color: 8867915.

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

Color convert

RGB7580135-
CMYK0.440.4100.47
HSL235º28.57%41.18%-
HSV(B)235º44.44%52.94%-
XYZ10.148.9824.12-
YUV84.78156.34121.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.86%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=25.86%
G=27.59%
B=46.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75801350.440.4100.4723528.5741.18
Hex4B50872C2902Feb1d29
Octal11312020754510573533551
Binary100101110100001000011110110010100101011111110101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,80,135); }

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

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

 a { background-color: rgb(75,80,135); }

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

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

 span { border-color: rgb(75,80,135); }

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