Html Css Color HEX #478EA5 Boston Blue

📋 copy color: '#478EA5'

red 71 ◦ green 142 ◦ blue 165

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

Shades of Boston Blue #478EA5

Tints of Boston Blue #478EA5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 18.78%
G = 37.57%
B = 43.65%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#478EA5 (or 0x478EA5) is known color: Boston Blue. HEX triplet: 47, 8E and A5. RGB value is (71,142,165). Sum of RGB (Red+Green+Blue) = 71+142+165=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #478EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478EA5 is #B8715A. Grayscale: #7B7B7B. Windows color (decimal): -12087643 or 10849863. OLE color: 10849863.

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

Color convert

RGB 71 142 165 -
CMYK 0.57 0.14 0 0.35
HSL 194.68º 0.4% 0.46% -
HSV(B) 194.68º 0.57% 0.65% -
XYZ 19.06 23.4 39.11 -
YUV 123.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 71 142 165 0.57 0.14 0 0.35 194.68 0.4 0.46
Hex 47 8E A5 39 E 0 23 C3 28 2E
Octal 107 216 245 71 16 0 43 303 50 56
Binary 1000111 10001110 10100101 111001 1110 0 100011 11000011 101000 101110

Color Harmonies of #478EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478EA5

Black with #478EA5

Text Example


Text Example

White with #478EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,142,165); }

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

background-color css

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

 a { background-color: rgb(71,142,165); }

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

border-color css

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

 span { border-color: rgb(71,142,165); }

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