#4B8FAA

Color #4B8FAA Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4B8FAA

Tints of Boston Blue #4B8FAA

Color information

#4B8FAA (or 0x4B8FAA) is unknown color: approx Boston Blue. HEX triplet: 4B, 8F and AA. RGB value is (75,143,170). Sum of RGB (Red+Green+Blue) = 75+143+170=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B8FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8FAA is #B47055. Grayscale: #7D7D7D. Windows color (decimal): -11825238 or 11177803. OLE color: 11177803.

HSL color Cylindrical-coordinate representation of color #4B8FAA: hue angle of 197.05º 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 #4B8FAA is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB75143170-
CMYK0.560.1600.33
HSL197.05º38.78%48.04%-
HSV(B)197.05º55.88%66.67%-
XYZ19.9824.0441.62-
YUV125.75152.9791.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.33%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=19.33%
G=36.86%
B=43.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751431700.560.1600.33197.0538.7848.04
Hex4B8FAA3810021c52730
Octal11321725270200413054760
Binary1001011100011111010101011100010000010000111000101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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