#4C93AA

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

Shades of Boston Blue #4C93AA

Tints of Boston Blue #4C93AA

Color information

#4C93AA (or 0x4C93AA) is unknown color: approx Boston Blue. HEX triplet: 4C, 93 and AA. RGB value is (76,147,170). Sum of RGB (Red+Green+Blue) = 76+147+170=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C93AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C93AA is #B36C55. Grayscale: #808080. Windows color (decimal): -11758678 or 11178828. OLE color: 11178828.

HSL color Cylindrical-coordinate representation of color #4C93AA: hue angle of 194.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C93AA is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB76147170-
CMYK0.550.1400.33
HSL194.68º38.21%48.24%-
HSV(B)194.68º55.29%66.67%-
XYZ20.6725.3141.83-
YUV128.39151.4890.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.34%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=19.34%
G=37.40%
B=43.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761471700.550.1400.33194.6838.2148.24
Hex4C93AA37E021c32630
Octal11422325267160413034660
Binary100110010010011101010101101111110010000111000011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,147,170); }

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

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

 a { background-color: rgb(76,147,170); }

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

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

 span { border-color: rgb(76,147,170); }

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