#4F8AAC

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

Shades of Boston Blue #4F8AAC

Tints of Boston Blue #4F8AAC

Color information

#4F8AAC (or 0x4F8AAC) is unknown color: approx Boston Blue. HEX triplet: 4F, 8A and AC. RGB value is (79,138,172). Sum of RGB (Red+Green+Blue) = 79+138+172=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F8AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8AAC is #B07553. Grayscale: #7C7C7C. Windows color (decimal): -11564372 or 11307599. OLE color: 11307599.

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

Color convert

RGB79138172-
CMYK0.540.2000.33
HSL201.94º37.05%49.22%-
HSV(B)201.94º54.07%67.45%-
XYZ19.7622.8242.39-
YUV124.24154.9595.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.31%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=20.31%
G=35.48%
B=44.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791381720.540.2000.33201.9437.0549.22
Hex4F8AAC3614021ca2531
Octal11721225466240413124561
Binary1001111100010101010110011011010100010000111001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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