#4A548B

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

Shades of Governor Bay #4A548B

Tints of Governor Bay #4A548B

Color information

#4A548B (or 0x4A548B) is unknown color: approx Governor Bay. HEX triplet: 4A, 54 and 8B. RGB value is (74,84,139). Sum of RGB (Red+Green+Blue) = 74+84+139=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A548B is #B5AB74. Grayscale: #575757. Windows color (decimal): -11905909 or 9131082. OLE color: 9131082.

HSL color Cylindrical-coordinate representation of color #4A548B: hue angle of 230.77º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A548B is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7484139-
CMYK0.470.4000.45
HSL230.77º30.52%41.76%-
HSV(B)230.77º46.76%54.51%-
XYZ10.659.6625.73-
YUV87.28157.19118.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.92%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=24.92%
G=28.28%
B=46.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74841390.470.4000.45230.7730.5241.76
Hex4A548B2F2802De71f2a
Octal11212421357500553473752
Binary100101010101001000101110111110100001011011110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,84,139); }

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

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

 a { background-color: rgb(74,84,139); }

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

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

 span { border-color: rgb(74,84,139); }

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