#4b8fb2

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

Shades of Boston Blue #4B8FB2

Tints of Boston Blue #4B8FB2

Color information

#4B8FB2 (or 0x4B8FB2) is unknown color: approx Boston Blue. HEX triplet: 4B, 8F and B2. RGB value is (75,143,178). Sum of RGB (Red+Green+Blue) = 75+143+178=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #4B8FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8FB2 is #B4704D. Grayscale: #7E7E7E. Windows color (decimal): -11825230 or 11702091. OLE color: 11702091.

HSL color Cylindrical-coordinate representation of color #4B8FB2: hue angle of 200.39º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B8FB2 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB75143178-
CMYK0.580.2000.30
HSL200.39º40.71%49.61%-
HSV(B)200.39º57.87%69.8%-
XYZ20.7624.3645.73-
YUV126.66156.9791.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.94%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 178 (69.92% from 255) = 44.95%
R=18.94%
G=36.11%
B=44.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751431780.580.2000.30200.3940.7149.61
Hex4B8FB23A1401Ec82932
Octal11321726272240363105162
Binary100101110001111101100101110101010001111011001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b8fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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