#4F9BAC

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

Shades of Boston Blue #4F9BAC

Tints of Boston Blue #4F9BAC

Color information

#4F9BAC (or 0x4F9BAC) is unknown color: approx Boston Blue. HEX triplet: 4F, 9B and AC. RGB value is (79,155,172). Sum of RGB (Red+Green+Blue) = 79+155+172=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F9BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9BAC is #B06453. Grayscale: #868686. Windows color (decimal): -11560020 or 11311951. OLE color: 11311951.

HSL color Cylindrical-coordinate representation of color #4F9BAC: hue angle of 190.97º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F9BAC is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79155172-
CMYK0.540.1000.33
HSL190.97º37.05%49.22%-
HSV(B)190.97º54.07%67.45%-
XYZ22.3928.0843.27-
YUV134.21149.3288.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.46%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=19.46%
G=38.18%
B=42.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791551720.540.1000.33190.9737.0549.22
Hex4F9BAC36A021bf2531
Octal11723325466120412774561
Binary100111110011011101011001101101010010000110111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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