#4B5287

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

Shades of Governor Bay #4B5287

Tints of Governor Bay #4B5287

Color information

#4B5287 (or 0x4B5287) is unknown color: approx Governor Bay. HEX triplet: 4B, 52 and 87. RGB value is (75,82,135). Sum of RGB (Red+Green+Blue) = 75+82+135=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B5287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5287 is #B4AD78. Grayscale: #555555. Windows color (decimal): -11840889 or 8868427. OLE color: 8868427.

HSL color Cylindrical-coordinate representation of color #4B5287: hue angle of 233º 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 #4B5287 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7582135-
CMYK0.440.3900.47
HSL233º28.57%41.18%-
HSV(B)233º44.44%52.94%-
XYZ10.299.2824.17-
YUV85.95155.68120.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.68%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=25.68%
G=28.08%
B=46.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75821350.440.3900.4723328.5741.18
Hex4B52872C2702Fe91d29
Octal11312220754470573513551
Binary100101110100101000011110110010011101011111110100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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