#4B508C

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

Shades of Governor Bay #4B508C

Tints of Governor Bay #4B508C

Color information

#4B508C (or 0x4B508C) is unknown color: approx Governor Bay. HEX triplet: 4B, 50 and 8C. RGB value is (75,80,140). Sum of RGB (Red+Green+Blue) = 75+80+140=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B508C is #B4AF73. Grayscale: #555555. Windows color (decimal): -11841396 or 9195595. OLE color: 9195595.

HSL color Cylindrical-coordinate representation of color #4B508C: hue angle of 235.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B508C is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7580140-
CMYK0.460.4300.45
HSL235.38º30.23%42.16%-
HSV(B)235.38º46.43%54.9%-
XYZ10.59.1326.02-
YUV85.34158.84120.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.42%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=25.42%
G=27.12%
B=47.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75801400.460.4300.45235.3830.2342.16
Hex4B508C2E2B02Deb1e2a
Octal11312021456530553533652
Binary100101110100001000110010111010101101011011110101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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