#4493A4

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

Shades of Boston Blue #4493A4

Tints of Boston Blue #4493A4

Color information

#4493A4 (or 0x4493A4) is unknown color: approx Boston Blue. HEX triplet: 44, 93 and A4. RGB value is (68,147,164). Sum of RGB (Red+Green+Blue) = 68+147+164=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #4493A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4493A4 is #BB6C5B. Grayscale: #7D7D7D. Windows color (decimal): -12282972 or 10785604. OLE color: 10785604.

HSL color Cylindrical-coordinate representation of color #4493A4: hue angle of 190.62º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4493A4 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB68147164-
CMYK0.590.1000.36
HSL190.62º41.38%45.49%-
HSV(B)190.62º58.54%64.31%-
XYZ19.5224.7838.88-
YUV125.32149.8387.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.94%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 164 (64.45% from 255) = 43.27%
R=17.94%
G=38.79%
B=43.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681471640.590.1000.36190.6241.3845.49
Hex4493A43BA024bf292d
Octal10422324473120442775155
Binary100010010010011101001001110111010010010010111111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4493A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4493A4; }

 p { color: rgb(68,147,164); }

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

<style>
 a { background-color: #4493A4; }

 a { background-color: rgb(68,147,164); }

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

<style>
 span { border-color: #4493A4; }

 span { border-color: rgb(68,147,164); }

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