#478CAB

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

Shades of Boston Blue #478CAB

Tints of Boston Blue #478CAB

Color information

#478CAB (or 0x478CAB) is unknown color: approx Boston Blue. HEX triplet: 47, 8C and AB. RGB value is (71,140,171). Sum of RGB (Red+Green+Blue) = 71+140+171=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #478CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478CAB is #B87354. Grayscale: #7A7A7A. Windows color (decimal): -12088149 or 11242567. OLE color: 11242567.

HSL color Cylindrical-coordinate representation of color #478CAB: hue angle of 198.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #478CAB is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71140171-
CMYK0.580.1800.33
HSL198.6º41.32%47.45%-
HSV(B)198.6º58.48%67.06%-
XYZ19.3323.0441.96-
YUV122.9155.1490.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.59%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=18.59%
G=36.65%
B=44.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711401710.580.1800.33198.641.3247.45
Hex478CAB3A12021c7292f
Octal10721425372220413075157
Binary1000111100011001010101111101010010010000111000111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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