Html Css Color HEX #478AAC Boston Blue

📋 copy color: '#478AAC'

red 71 ◦ green 138 ◦ blue 172

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

Shades of Boston Blue #478AAC

Tints of Boston Blue #478AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

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

R = 18.64%
G = 36.22%
B = 45.14%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#478AAC (or 0x478AAC) is known color: Boston Blue. HEX triplet: 47, 8A and AC. RGB value is (71,138,172). Sum of RGB (Red+Green+Blue) = 71+138+172=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #478AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478AAC is #B87553. Grayscale: #797979. Windows color (decimal): -12088660 or 11307591. OLE color: 11307591.

HSL color Cylindrical-coordinate representation of color #478AAC: hue angle of 200.2º 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 #478AAC is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 138 172 -
CMYK 0.59 0.20 0 0.33
HSL 200.2º 0.42% 0.48% -
HSV(B) 200.2º 0.59% 0.67% -
XYZ 19.13 22.5 42.36 -
YUV 121.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 71 138 172 0.59 0.20 0 0.33 200.2 0.42 0.48
Hex 47 8A AC 3B 14 0 21 C8 2A 30
Octal 107 212 254 73 24 0 41 310 52 60
Binary 1000111 10001010 10101100 111011 10100 0 100001 11001000 101010 110000

Color Harmonies of #478AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478AAC

Black with #478AAC

Text Example


Text Example

White with #478AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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