#4B588E

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

Shades of Governor Bay #4B588E

Tints of Governor Bay #4B588E

Color information

#4B588E (or 0x4B588E) is unknown color: approx Governor Bay. HEX triplet: 4B, 58 and 8E. RGB value is (75,88,142). Sum of RGB (Red+Green+Blue) = 75+88+142=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B588E is #B4A771. Grayscale: #5A5A5A. Windows color (decimal): -11839346 or 9328715. OLE color: 9328715.

HSL color Cylindrical-coordinate representation of color #4B588E: hue angle of 228.36º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B588E is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7588142-
CMYK0.470.3800.44
HSL228.36º30.88%42.55%-
HSV(B)228.36º47.18%55.69%-
XYZ11.2710.4327.01-
YUV90.27157.19117.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=24.59%
G=28.85%
B=46.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75881420.470.3800.44228.3630.8842.55
Hex4B588E2F2602Ce41f2b
Octal11313021657460543443753
Binary100101110110001000111010111110011001011001110010011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,88,142); }

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

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

 a { background-color: rgb(75,88,142); }

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

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

 span { border-color: rgb(75,88,142); }

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