#4F8BAD

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

Shades of Boston Blue #4F8BAD

Tints of Boston Blue #4F8BAD

Color information

#4F8BAD (or 0x4F8BAD) is unknown color: approx Boston Blue. HEX triplet: 4F, 8B and AD. RGB value is (79,139,173). Sum of RGB (Red+Green+Blue) = 79+139+173=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F8BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8BAD is #B07452. Grayscale: #7C7C7C. Windows color (decimal): -11564115 or 11373391. OLE color: 11373391.

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

Color convert

RGB79139173-
CMYK0.540.2000.32
HSL201.7º37.3%49.41%-
HSV(B)201.7º54.34%67.84%-
XYZ2023.1442.95-
YUV124.94155.1295.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.20%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=20.20%
G=35.55%
B=44.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791391730.540.2000.32201.737.349.41
Hex4F8BAD3614020ca2531
Octal11721325566240403124561
Binary1001111100010111010110111011010100010000011001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,139,173); }

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

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

 a { background-color: rgb(79,139,173); }

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

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

 span { border-color: rgb(79,139,173); }

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