#4C95B1

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

Shades of Boston Blue #4C95B1

Tints of Boston Blue #4C95B1

Color information

#4C95B1 (or 0x4C95B1) is unknown color: approx Boston Blue. HEX triplet: 4C, 95 and B1. RGB value is (76,149,177). Sum of RGB (Red+Green+Blue) = 76+149+177=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #4C95B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C95B1 is #B36A4E. Grayscale: #828282. Windows color (decimal): -11758159 or 11638092. OLE color: 11638092.

HSL color Cylindrical-coordinate representation of color #4C95B1: hue angle of 196.63º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C95B1 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB76149177-
CMYK0.570.1600.31
HSL196.63º39.92%49.61%-
HSV(B)196.63º57.06%69.41%-
XYZ21.6626.2145.51-
YUV130.36154.3289.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.91%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=18.91%
G=37.06%
B=44.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761491770.570.1600.31196.6339.9249.61
Hex4C95B1391001Fc52832
Octal11422526171200373055062
Binary100110010010101101100011110011000001111111000101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C95B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,149,177); }

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

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

 a { background-color: rgb(76,149,177); }

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

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

 span { border-color: rgb(76,149,177); }

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