#4F8EAE

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

Shades of Boston Blue #4F8EAE

Tints of Boston Blue #4F8EAE

Color information

#4F8EAE (or 0x4F8EAE) is unknown color: approx Boston Blue. HEX triplet: 4F, 8E and AE. RGB value is (79,142,174). Sum of RGB (Red+Green+Blue) = 79+142+174=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F8EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8EAE is #B07151. Grayscale: #7E7E7E. Windows color (decimal): -11563346 or 11439695. OLE color: 11439695.

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

Color convert

RGB79142174-
CMYK0.550.1800.32
HSL200.21º37.55%49.61%-
HSV(B)200.21º54.6%68.24%-
XYZ20.5424.0643.61-
YUV126.81154.6393.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=20%
G=35.95%
B=44.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791421740.550.1800.32200.2137.5549.61
Hex4F8EAE3712020c82632
Octal11721625667220403104662
Binary1001111100011101010111011011110010010000011001000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,142,174); }

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

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

 a { background-color: rgb(79,142,174); }

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

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

 span { border-color: rgb(79,142,174); }

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