#4C8FB4

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

Shades of Boston Blue #4C8FB4

Tints of Boston Blue #4C8FB4

Color information

#4C8FB4 (or 0x4C8FB4) is unknown color: approx Boston Blue. HEX triplet: 4C, 8F and B4. RGB value is (76,143,180). Sum of RGB (Red+Green+Blue) = 76+143+180=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #4C8FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8FB4 is #B3704B. Grayscale: #7E7E7E. Windows color (decimal): -11759692 or 11833164. OLE color: 11833164.

HSL color Cylindrical-coordinate representation of color #4C8FB4: hue angle of 201.35º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C8FB4 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB76143180-
CMYK0.580.2100.29
HSL201.35º40.94%50.2%-
HSV(B)201.35º57.78%70.59%-
XYZ21.0424.4846.8-
YUV127.18157.891.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.05%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=19.05%
G=35.84%
B=45.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761431800.580.2100.29201.3540.9450.2
Hex4C8FB43A1501Dc92932
Octal11421726472250353115162
Binary100110010001111101101001110101010101110111001001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,143,180); }

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

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

 a { background-color: rgb(76,143,180); }

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

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

 span { border-color: rgb(76,143,180); }

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