#4B50AA

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

Shades of Governor Bay #4B50AA

Tints of Governor Bay #4B50AA

Color information

#4B50AA (or 0x4B50AA) is unknown color: approx Governor Bay. HEX triplet: 4B, 50 and AA. RGB value is (75,80,170). Sum of RGB (Red+Green+Blue) = 75+80+170=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B50AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B50AA is #B4AF55. Grayscale: #585858. Windows color (decimal): -11841366 or 11161675. OLE color: 11161675.

HSL color Cylindrical-coordinate representation of color #4B50AA: hue angle of 236.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B50AA is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7580170-
CMYK0.560.5300.33
HSL236.84º38.78%48.04%-
HSV(B)236.84º55.88%66.67%-
XYZ13.0310.1439.3-
YUV88.76173.84118.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=23.08%
G=24.62%
B=52.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75801700.560.5300.33236.8438.7848.04
Hex4B50AA3835021ed2730
Octal11312025270650413554760
Binary1001011101000010101010111000110101010000111101101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B50AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,80,170); }

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

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

 a { background-color: rgb(75,80,170); }

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

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

 span { border-color: rgb(75,80,170); }

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