#4B5596

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

Shades of Governor Bay #4B5596

Tints of Governor Bay #4B5596

Color information

#4B5596 (or 0x4B5596) is unknown color: approx Governor Bay. HEX triplet: 4B, 55 and 96. RGB value is (75,85,150). Sum of RGB (Red+Green+Blue) = 75+85+150=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B5596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5596 is #B4AA69. Grayscale: #595959. Windows color (decimal): -11840106 or 9852235. OLE color: 9852235.

HSL color Cylindrical-coordinate representation of color #4B5596: hue angle of 232º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B5596 is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7585150-
CMYK0.50.4300.41
HSL232º33.33%44.12%-
HSV(B)232º50%58.82%-
XYZ11.6610.1930.21-
YUV89.42162.19117.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=24.19%
G=27.42%
B=48.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75851500.50.4300.4123233.3344.12
Hex4B5596322B029e8212c
Octal11312522662530513504154
Binary1001011101010110010110110010101011010100111101000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,150); }

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

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

 a { background-color: rgb(75,85,150); }

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

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

 span { border-color: rgb(75,85,150); }

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