Html Css Color HEX #478DA7 Boston Blue

📋 copy color: '#478DA7'

red 71 ◦ green 141 ◦ blue 167

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

Shades of Boston Blue #478DA7

Tints of Boston Blue #478DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.06%

R = 18.73%
G = 37.2%
B = 44.06%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#478DA7 (or 0x478DA7) is known color: Boston Blue. HEX triplet: 47, 8D and A7. RGB value is (71,141,167). Sum of RGB (Red+Green+Blue) = 71+141+167=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #478DA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478DA7 is #B87258. Grayscale: #7A7A7A. Windows color (decimal): -12087897 or 10980679. OLE color: 10980679.

HSL color Cylindrical-coordinate representation of color #478DA7: hue angle of 196.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #478DA7 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 141 167 -
CMYK 0.57 0.16 0 0.35
HSL 196.25º 0.4% 0.47% -
HSV(B) 196.25º 0.57% 0.65% -
XYZ 19.1 23.18 40.03 -
YUV 123.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 71 141 167 0.57 0.16 0 0.35 196.25 0.4 0.47
Hex 47 8D A7 39 10 0 23 C4 28 2F
Octal 107 215 247 71 20 0 43 304 50 57
Binary 1000111 10001101 10100111 111001 10000 0 100011 11000100 101000 101111

Color Harmonies of #478DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DA7

Black with #478DA7

Text Example


Text Example

White with #478DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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