#4B5793

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

Shades of Governor Bay #4B5793

Tints of Governor Bay #4B5793

Color information

#4B5793 (or 0x4B5793) is unknown color: approx Governor Bay. HEX triplet: 4B, 57 and 93. RGB value is (75,87,147). Sum of RGB (Red+Green+Blue) = 75+87+147=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B5793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5793 is #B4A86C. Grayscale: #5A5A5A. Windows color (decimal): -11839597 or 9656139. OLE color: 9656139.

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

Color convert

RGB7587147-
CMYK0.490.4100.42
HSL230º32.43%43.53%-
HSV(B)230º48.98%57.65%-
XYZ11.5810.4229-
YUV90.25160.02117.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=24.27%
G=28.16%
B=47.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75871470.490.4100.4223032.4343.53
Hex4B5793312902Ae6202c
Octal11312722361510523464054
Binary1001011101011110010011110001101001010101011100110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,87,147); }

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

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

 a { background-color: rgb(75,87,147); }

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

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

 span { border-color: rgb(75,87,147); }

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