#4892af

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

Shades of Boston Blue #4892AF

Tints of Boston Blue #4892AF

Color information

#4892AF (or 0x4892AF) is unknown color: approx Boston Blue. HEX triplet: 48, 92 and AF. RGB value is (72,146,175). Sum of RGB (Red+Green+Blue) = 72+146+175=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #4892AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4892AF is #B76D50. Grayscale: #7E7E7E. Windows color (decimal): -12021073 or 11506248. OLE color: 11506248.

HSL color Cylindrical-coordinate representation of color #4892AF: hue angle of 196.89º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4892AF is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72146175-
CMYK0.590.1700.31
HSL196.89º41.7%48.43%-
HSV(B)196.89º58.86%68.63%-
XYZ20.6925.0344.3-
YUV127.18154.9888.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=18.32%
G=37.15%
B=44.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721461750.590.1700.31196.8941.748.43
Hex4892AF3B1101Fc52a30
Octal11022225773210373055260
Binary100100010010010101011111110111000101111111000101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4892af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4892af; }

 p { color: rgb(72,146,175); }

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

<style>
 a { background-color: #4892af; }

 a { background-color: rgb(72,146,175); }

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

<style>
 span { border-color: #4892af; }

 span { border-color: rgb(72,146,175); }

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