#4D93AC

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

Shades of Boston Blue #4D93AC

Tints of Boston Blue #4D93AC

Color information

#4D93AC (or 0x4D93AC) is unknown color: approx Boston Blue. HEX triplet: 4D, 93 and AC. RGB value is (77,147,172). Sum of RGB (Red+Green+Blue) = 77+147+172=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D93AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D93AC is #B26C53. Grayscale: #808080. Windows color (decimal): -11693140 or 11309901. OLE color: 11309901.

HSL color Cylindrical-coordinate representation of color #4D93AC: hue angle of 195.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D93AC is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77147172-
CMYK0.550.1500.33
HSL195.79º38.15%48.82%-
HSV(B)195.79º55.23%67.45%-
XYZ20.9425.4242.83-
YUV128.92152.3190.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.44%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=19.44%
G=37.12%
B=43.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771471720.550.1500.33195.7938.1548.82
Hex4D93AC37F021c42631
Octal11522325467170413044661
Binary100110110010011101011001101111111010000111000100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,147,172); }

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

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

 a { background-color: rgb(77,147,172); }

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

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

 span { border-color: rgb(77,147,172); }

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