#4CA1B4

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

Shades of Boston Blue #4CA1B4

Tints of Boston Blue #4CA1B4

Color information

#4CA1B4 (or 0x4CA1B4) is unknown color: approx Boston Blue. HEX triplet: 4C, A1 and B4. RGB value is (76,161,180). Sum of RGB (Red+Green+Blue) = 76+161+180=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #4CA1B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA1B4 is #B35E4B. Grayscale: #898989. Windows color (decimal): -11755084 or 11837772. OLE color: 11837772.

HSL color Cylindrical-coordinate representation of color #4CA1B4: hue angle of 190.96º 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 #4CA1B4 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB76161180-
CMYK0.580.1100.29
HSL190.96º40.94%50.2%-
HSV(B)190.96º57.78%70.59%-
XYZ23.9630.3247.77-
YUV137.75151.8483.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.23%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=18.23%
G=38.61%
B=43.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761611800.580.1100.29190.9640.9450.2
Hex4CA1B43AB01Dbf2932
Octal11424126472130352775162
Binary10011001010000110110100111010101101110110111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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