#4F93AB

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

Shades of Boston Blue #4F93AB

Tints of Boston Blue #4F93AB

Color information

#4F93AB (or 0x4F93AB) is unknown color: approx Boston Blue. HEX triplet: 4F, 93 and AB. RGB value is (79,147,171). Sum of RGB (Red+Green+Blue) = 79+147+171=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F93AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F93AB is #B06C54. Grayscale: #818181. Windows color (decimal): -11562069 or 11244367. OLE color: 11244367.

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

Color convert

RGB79147171-
CMYK0.540.1400.33
HSL195.65º36.8%49.02%-
HSV(B)195.65º53.8%67.06%-
XYZ21.0125.4742.34-
YUV129.4151.4792.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.90%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=19.90%
G=37.03%
B=43.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791471710.540.1400.33195.6536.849.02
Hex4F93AB36E021c42531
Octal11722325366160413044561
Binary100111110010011101010111101101110010000111000100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,147,171); }

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

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

 a { background-color: rgb(79,147,171); }

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

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

 span { border-color: rgb(79,147,171); }

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