#4B5591

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

Shades of Governor Bay #4B5591

Tints of Governor Bay #4B5591

Color information

#4B5591 (or 0x4B5591) is unknown color: approx Governor Bay. HEX triplet: 4B, 55 and 91. RGB value is (75,85,145). Sum of RGB (Red+Green+Blue) = 75+85+145=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B5591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5591 is #B4AA6E. Grayscale: #585858. Windows color (decimal): -11840111 or 9524555. OLE color: 9524555.

HSL color Cylindrical-coordinate representation of color #4B5591: hue angle of 231.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B5591 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7585145-
CMYK0.480.4100.43
HSL231.43º31.82%43.14%-
HSV(B)231.43º48.28%56.86%-
XYZ11.2610.0428.13-
YUV88.85159.69118.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=24.59%
G=27.87%
B=47.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75851450.480.4100.43231.4331.8243.14
Hex4B5591302902Be7202b
Octal11312522160510533474053
Binary1001011101010110010001110000101001010101111100111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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