Html Css Color HEX #478FAA Boston Blue

📋 copy color: '#478FAA'

red 71 ◦ green 143 ◦ blue 170

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

Shades of Boston Blue #478FAA

Tints of Boston Blue #478FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 18.49%
G = 37.24%
B = 44.27%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#478FAA (or 0x478FAA) is known color: Boston Blue. HEX triplet: 47, 8F and AA. RGB value is (71,143,170). Sum of RGB (Red+Green+Blue) = 71+143+170=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #478FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478FAA is #B87055. Grayscale: #7C7C7C. Windows color (decimal): -12087382 or 11177799. OLE color: 11177799.

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

Color convert

RGB 71 143 170 -
CMYK 0.58 0.16 0 0.33
HSL 196.36º 0.41% 0.47% -
HSV(B) 196.36º 0.58% 0.67% -
XYZ 19.68 23.89 41.6 -
YUV 124.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 71 143 170 0.58 0.16 0 0.33 196.36 0.41 0.47
Hex 47 8F AA 3A 10 0 21 C4 29 2F
Octal 107 217 252 72 20 0 41 304 51 57
Binary 1000111 10001111 10101010 111010 10000 0 100001 11000100 101001 101111

Color Harmonies of #478FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FAA

Black with #478FAA

Text Example


Text Example

White with #478FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,143,170); }

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

background-color css

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

 a { background-color: rgb(71,143,170); }

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

border-color css

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

 span { border-color: rgb(71,143,170); }

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