Html Css Color HEX #478AAF Boston Blue

📋 copy color: '#478AAF'

red 71 ◦ green 138 ◦ blue 175

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

Shades of Boston Blue #478AAF

Tints of Boston Blue #478AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 18.49%
G = 35.94%
B = 45.57%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#478AAF (or 0x478AAF) is known color: Boston Blue. HEX triplet: 47, 8A and AF. RGB value is (71,138,175). Sum of RGB (Red+Green+Blue) = 71+138+175=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #478AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478AAF is #B87550. Grayscale: #797979. Windows color (decimal): -12088657 or 11504199. OLE color: 11504199.

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

Color convert

RGB 71 138 175 -
CMYK 0.59 0.21 0 0.31
HSL 201.35º 0.42% 0.48% -
HSV(B) 201.35º 0.59% 0.69% -
XYZ 19.42 22.61 43.9 -
YUV 122.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 71 138 175 0.59 0.21 0 0.31 201.35 0.42 0.48
Hex 47 8A AF 3B 15 0 1F C9 2A 30
Octal 107 212 257 73 25 0 37 311 52 60
Binary 1000111 10001010 10101111 111011 10101 0 11111 11001001 101010 110000

Color Harmonies of #478AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478AAF

Black with #478AAF

Text Example


Text Example

White with #478AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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