#4B5895

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

Shades of Governor Bay #4B5895

Tints of Governor Bay #4B5895

Color information

#4B5895 (or 0x4B5895) is unknown color: approx Governor Bay. HEX triplet: 4B, 58 and 95. RGB value is (75,88,149). Sum of RGB (Red+Green+Blue) = 75+88+149=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B5895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5895 is #B4A76A. Grayscale: #5A5A5A. Windows color (decimal): -11839339 or 9787467. OLE color: 9787467.

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

Color convert

RGB7588149-
CMYK0.500.4100.42
HSL229.46º33.04%43.92%-
HSV(B)229.46º49.66%58.43%-
XYZ11.8210.6529.87-
YUV91.07160.69116.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 149 (58.59% from 255) = 47.76%
R=24.04%
G=28.21%
B=47.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75881490.500.4100.42229.4633.0443.92
Hex4B5895322902Ae5212c
Octal11313022562510523454154
Binary1001011101100010010101110010101001010101011100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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