#4394a5

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

Shades of Boston Blue #4394A5

Tints of Boston Blue #4394A5

Color information

#4394A5 (or 0x4394A5) is unknown color: approx Boston Blue. HEX triplet: 43, 94 and A5. RGB value is (67,148,165). Sum of RGB (Red+Green+Blue) = 67+148+165=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 165 - color contains mainly: blue. Hex color #4394A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4394A5 is #BC6B5A. Grayscale: #7D7D7D. Windows color (decimal): -12348251 or 10851395. OLE color: 10851395.

HSL color Cylindrical-coordinate representation of color #4394A5: hue angle of 190.41º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4394A5 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB67148165-
CMYK0.590.1000.35
HSL190.41º42.24%45.49%-
HSV(B)190.41º59.39%64.71%-
XYZ19.725.0939.4-
YUV125.72150.1686.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.63%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 165 (64.84% from 255) = 43.42%
R=17.63%
G=38.95%
B=43.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal671481650.590.1000.35190.4142.2445.49
Hex4394A53BA023be2a2d
Octal10322424573120432765255
Binary100001110010100101001011110111010010001110111110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4394a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4394a5; }

 p { color: rgb(67,148,165); }

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

<style>
 a { background-color: #4394a5; }

 a { background-color: rgb(67,148,165); }

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

<style>
 span { border-color: #4394a5; }

 span { border-color: rgb(67,148,165); }

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