#4F9EB0

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

Shades of Boston Blue #4F9EB0

Tints of Boston Blue #4F9EB0

Color information

#4F9EB0 (or 0x4F9EB0) is unknown color: approx Boston Blue. HEX triplet: 4F, 9E and B0. RGB value is (79,158,176). Sum of RGB (Red+Green+Blue) = 79+158+176=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 176 - color contains mainly: blue. Hex color #4F9EB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9EB0 is #B0614F. Grayscale: #888888. Windows color (decimal): -11559248 or 11574863. OLE color: 11574863.

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

Color convert

RGB79158176-
CMYK0.550.1000.31
HSL191.13º38.04%50%-
HSV(B)191.13º55.11%69.02%-
XYZ23.2929.2545.49-
YUV136.43150.3387.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.13%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 176 (69.14% from 255) = 42.62%
R=19.13%
G=38.26%
B=42.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791581760.550.1000.31191.1338.0450
Hex4F9EB037A01Fbf2632
Octal11723626067120372774662
Binary10011111001111010110000110111101001111110111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,158,176); }

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

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

 a { background-color: rgb(79,158,176); }

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

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

 span { border-color: rgb(79,158,176); }

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