#4B5A9D

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

Shades of Governor Bay #4B5A9D

Tints of Governor Bay #4B5A9D

Color information

#4B5A9D (or 0x4B5A9D) is unknown color: approx Governor Bay. HEX triplet: 4B, 5A and 9D. RGB value is (75,90,157). Sum of RGB (Red+Green+Blue) = 75+90+157=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B5A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5A9D is #B4A562. Grayscale: #5C5C5C. Windows color (decimal): -11838819 or 10312267. OLE color: 10312267.

HSL color Cylindrical-coordinate representation of color #4B5A9D: hue angle of 229.02º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B5A9D is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7590157-
CMYK0.520.4300.38
HSL229.02º35.34%45.49%-
HSV(B)229.02º52.23%61.57%-
XYZ12.6411.2433.4-
YUV93.15164.03115.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.29%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=23.29%
G=27.95%
B=48.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75901570.520.4300.38229.0235.3445.49
Hex4B5A9D342B026e5232d
Octal11313223564530463454355
Binary1001011101101010011101110100101011010011011100101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,90,157); }

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

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

 a { background-color: rgb(75,90,157); }

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

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

 span { border-color: rgb(75,90,157); }

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