#478cae

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

Shades of Boston Blue #478CAE

Tints of Boston Blue #478CAE

Color information

#478CAE (or 0x478CAE) is unknown color: approx Boston Blue. HEX triplet: 47, 8C and AE. RGB value is (71,140,174). Sum of RGB (Red+Green+Blue) = 71+140+174=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #478CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478CAE is #B87351. Grayscale: #7B7B7B. Windows color (decimal): -12088146 or 11439175. OLE color: 11439175.

HSL color Cylindrical-coordinate representation of color #478CAE: hue angle of 199.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #478CAE is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71140174-
CMYK0.590.2000.32
HSL199.81º42.04%48.04%-
HSV(B)199.81º59.2%68.24%-
XYZ19.6223.1543.48-
YUV123.24156.6490.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.44%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=18.44%
G=36.36%
B=45.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711401740.590.2000.32199.8142.0448.04
Hex478CAE3B14020c82a30
Octal10721425673240403105260
Binary1000111100011001010111011101110100010000011001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478cae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478cae; }

 p { color: rgb(71,140,174); }

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

<style>
 a { background-color: #478cae; }

 a { background-color: rgb(71,140,174); }

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

<style>
 span { border-color: #478cae; }

 span { border-color: rgb(71,140,174); }

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