Html Css Color HEX #478DAE Boston Blue

📋 copy color: '#478DAE'

red 71 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #478DAE

Tints of Boston Blue #478DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.53%

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 18.39%
G = 36.53%
B = 45.08%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#478DAE (or 0x478DAE) is known color: Boston Blue. HEX triplet: 47, 8D and AE. RGB value is (71,141,174). Sum of RGB (Red+Green+Blue) = 71+141+174=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #478DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478DAE is #B87251. Grayscale: #7B7B7B. Windows color (decimal): -12087890 or 11439431. OLE color: 11439431.

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

Color convert

RGB 71 141 174 -
CMYK 0.59 0.19 0 0.32
HSL 199.22º 0.42% 0.48% -
HSV(B) 199.22º 0.59% 0.68% -
XYZ 19.76 23.45 43.53 -
YUV 123.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 71 141 174 0.59 0.19 0 0.32 199.22 0.42 0.48
Hex 47 8D AE 3B 13 0 20 C7 2A 30
Octal 107 215 256 73 23 0 40 307 52 60
Binary 1000111 10001101 10101110 111011 10011 0 100000 11000111 101010 110000

Color Harmonies of #478DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DAE

Black with #478DAE

Text Example


Text Example

White with #478DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,141,174); }

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

background-color css

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

 a { background-color: rgb(71,141,174); }

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

border-color css

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

 span { border-color: rgb(71,141,174); }

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