#4395AE

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

Shades of Boston Blue #4395AE

Tints of Boston Blue #4395AE

Color information

#4395AE (or 0x4395AE) is unknown color: approx Boston Blue. HEX triplet: 43, 95 and AE. RGB value is (67,149,174). Sum of RGB (Red+Green+Blue) = 67+149+174=390 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.18% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #4395AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4395AE is #BC6A51. Grayscale: #7F7F7F. Windows color (decimal): -12347986 or 11441475. OLE color: 11441475.

HSL color Cylindrical-coordinate representation of color #4395AE: hue angle of 194.02º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4395AE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB67149174-
CMYK0.610.1400.32
HSL194.02º44.4%47.25%-
HSV(B)194.02º61.49%68.24%-
XYZ20.725.7443.92-
YUV127.33154.3384.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.18%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=17.18%
G=38.21%
B=44.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal671491740.610.1400.32194.0244.447.25
Hex4395AE3DE020c22c2f
Octal10322525675160403025457
Binary100001110010101101011101111011110010000011000010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4395AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4395AE; }

 p { color: rgb(67,149,174); }

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

<style>
 a { background-color: #4395AE; }

 a { background-color: rgb(67,149,174); }

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

<style>
 span { border-color: #4395AE; }

 span { border-color: rgb(67,149,174); }

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