#4C8CAC

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

Shades of Boston Blue #4C8CAC

Tints of Boston Blue #4C8CAC

Color information

#4C8CAC (or 0x4C8CAC) is unknown color: approx Boston Blue. HEX triplet: 4C, 8C and AC. RGB value is (76,140,172). Sum of RGB (Red+Green+Blue) = 76+140+172=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C8CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8CAC is #B37353. Grayscale: #7C7C7C. Windows color (decimal): -11760468 or 11308108. OLE color: 11308108.

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

Color convert

RGB76140172-
CMYK0.560.1900.33
HSL200º38.71%48.63%-
HSV(B)200º55.81%67.45%-
XYZ19.823.2742.48-
YUV124.51154.893.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.59%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=19.59%
G=36.08%
B=44.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761401720.560.1900.3320038.7148.63
Hex4C8CAC3813021c82731
Octal11421425470230413104761
Binary1001100100011001010110011100010011010000111001000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,140,172); }

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

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

 a { background-color: rgb(76,140,172); }

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

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

 span { border-color: rgb(76,140,172); }

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