Html Css Color HEX #478EAC Boston Blue

📋 copy color: '#478EAC'

red 71 ◦ green 142 ◦ blue 172

#478EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #478EAC

Tints of Boston Blue #478EAC

RGB

 RED value IS 71 (28.13% from 255) = 18.44%

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 18.44%
G = 36.88%
B = 44.68%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#478EAC (or 0x478EAC) is known color: Boston Blue. HEX triplet: 47, 8E and AC. RGB value is (71,142,172). Sum of RGB (Red+Green+Blue) = 71+142+172=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #478EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478EAC is #B87153. Grayscale: #7C7C7C. Windows color (decimal): -12087636 or 11308615. OLE color: 11308615.

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

Color convert

RGB 71 142 172 -
CMYK 0.59 0.17 0 0.33
HSL 197.82º 0.42% 0.48% -
HSV(B) 197.82º 0.59% 0.67% -
XYZ 19.72 23.66 42.56 -
YUV 124.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 71 142 172 0.59 0.17 0 0.33 197.82 0.42 0.48
Hex 47 8E AC 3B 11 0 21 C6 2A 30
Octal 107 216 254 73 21 0 41 306 52 60
Binary 1000111 10001110 10101100 111011 10001 0 100001 11000110 101010 110000

Color Harmonies of #478EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478EAC

Black with #478EAC

Text Example


Text Example

White with #478EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,142,172); }

 H1.HeaderClassName
 {
   color: #478EAC;
 }
 .AnyTagClassName
 {
   color: #478EAC;
 }
</style>

background-color css

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

 a { background-color: rgb(71,142,172); }

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

border-color css

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

 span { border-color: rgb(71,142,172); }

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