#4194AC

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

Shades of Boston Blue #4194AC

Tints of Boston Blue #4194AC

Color information

#4194AC (or 0x4194AC) is unknown color: approx Boston Blue. HEX triplet: 41, 94 and AC. RGB value is (65,148,172). Sum of RGB (Red+Green+Blue) = 65+148+172=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #4194AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4194AC is #BE6B53. Grayscale: #7D7D7D. Windows color (decimal): -12479316 or 11310145. OLE color: 11310145.

HSL color Cylindrical-coordinate representation of color #4194AC: hue angle of 193.46º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4194AC is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65148172-
CMYK0.620.1400.33
HSL193.46º45.15%46.47%-
HSV(B)193.46º62.21%67.45%-
XYZ20.2225.2842.84-
YUV125.9215484.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.88%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=16.88%
G=38.44%
B=44.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651481720.620.1400.33193.4645.1546.47
Hex4194AC3EE021c12d2e
Octal10122425476160413015556
Binary100000110010100101011001111101110010000111000001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4194AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4194AC; }

 p { color: rgb(65,148,172); }

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

<style>
 a { background-color: #4194AC; }

 a { background-color: rgb(65,148,172); }

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

<style>
 span { border-color: #4194AC; }

 span { border-color: rgb(65,148,172); }

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