#4B5A8F

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

Shades of Governor Bay #4B5A8F

Tints of Governor Bay #4B5A8F

Color information

#4B5A8F (or 0x4B5A8F) is unknown color: approx Governor Bay. HEX triplet: 4B, 5A and 8F. RGB value is (75,90,143). Sum of RGB (Red+Green+Blue) = 75+90+143=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B5A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5A8F is #B4A570. Grayscale: #5B5B5B. Windows color (decimal): -11838833 or 9394763. OLE color: 9394763.

HSL color Cylindrical-coordinate representation of color #4B5A8F: hue angle of 226.76º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B5A8F is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7590143-
CMYK0.480.3700.44
HSL226.76º31.19%42.75%-
HSV(B)226.76º47.55%56.08%-
XYZ11.5210.7927.46-
YUV91.56157.03116.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=24.35%
G=29.22%
B=46.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75901430.480.3700.44226.7631.1942.75
Hex4B5A8F302502Ce31f2b
Octal11313221760450543433753
Binary100101110110101000111111000010010101011001110001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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