#4C8DAD

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

Shades of Boston Blue #4C8DAD

Tints of Boston Blue #4C8DAD

Color information

#4C8DAD (or 0x4C8DAD) is unknown color: approx Boston Blue. HEX triplet: 4C, 8D and AD. RGB value is (76,141,173). Sum of RGB (Red+Green+Blue) = 76+141+173=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C8DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8DAD is #B37252. Grayscale: #7D7D7D. Windows color (decimal): -11760211 or 11373900. OLE color: 11373900.

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

Color convert

RGB76141173-
CMYK0.560.1800.32
HSL199.79º38.96%48.82%-
HSV(B)199.79º56.07%67.84%-
XYZ20.0523.643.03-
YUV125.21154.9792.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.49%
GREEN value IS 141 (55.47% from 255) = 36.15%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=19.49%
G=36.15%
B=44.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761411730.560.1800.32199.7938.9648.82
Hex4C8DAD3812020c82731
Octal11421525570220403104761
Binary1001100100011011010110111100010010010000011001000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,141,173); }

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

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

 a { background-color: rgb(76,141,173); }

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

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

 span { border-color: rgb(76,141,173); }

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