#4f9baf

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

Shades of Boston Blue #4F9BAF

Tints of Boston Blue #4F9BAF

Color information

#4F9BAF (or 0x4F9BAF) is unknown color: approx Boston Blue. HEX triplet: 4F, 9B and AF. RGB value is (79,155,175). Sum of RGB (Red+Green+Blue) = 79+155+175=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F9BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9BAF is #B06450. Grayscale: #868686. Windows color (decimal): -11560017 or 11508559. OLE color: 11508559.

HSL color Cylindrical-coordinate representation of color #4F9BAF: hue angle of 192.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F9BAF is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB79155175-
CMYK0.550.1100.31
HSL192.5º37.8%49.8%-
HSV(B)192.5º54.86%68.63%-
XYZ22.6828.244.81-
YUV134.56150.8288.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.32%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=19.32%
G=37.90%
B=42.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791551750.550.1100.31192.537.849.8
Hex4F9BAF37B01Fc02632
Octal11723325767130373004662
Binary10011111001101110101111110111101101111111000000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f9baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,155,175); }

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

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

 a { background-color: rgb(79,155,175); }

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

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

 span { border-color: rgb(79,155,175); }

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