#4D99AF

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

Shades of Boston Blue #4D99AF

Tints of Boston Blue #4D99AF

Color information

#4D99AF (or 0x4D99AF) is unknown color: approx Boston Blue. HEX triplet: 4D, 99 and AF. RGB value is (77,153,175). Sum of RGB (Red+Green+Blue) = 77+153+175=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D99AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D99AF is #B26650. Grayscale: #848484. Windows color (decimal): -11691601 or 11508045. OLE color: 11508045.

HSL color Cylindrical-coordinate representation of color #4D99AF: hue angle of 193.47º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D99AF is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB77153175-
CMYK0.560.1300.31
HSL193.47º38.89%49.41%-
HSV(B)193.47º56%68.63%-
XYZ22.1927.4644.69-
YUV132.78151.8288.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.01%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=19.01%
G=37.78%
B=43.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771531750.560.1300.31193.4738.8949.41
Hex4D99AF38D01Fc12731
Octal11523125770150373014761
Binary10011011001100110101111111000110101111111000001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,153,175); }

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

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

 a { background-color: rgb(77,153,175); }

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

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

 span { border-color: rgb(77,153,175); }

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