Html Css Color HEX #478EAE Boston Blue

📋 copy color: '#478EAE'

red 71 ◦ green 142 ◦ blue 174

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

Shades of Boston Blue #478EAE

Tints of Boston Blue #478EAE

RGB

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

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

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

R = 18.35%
G = 36.69%
B = 44.96%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#478EAE (or 0x478EAE) is known color: Boston Blue. HEX triplet: 47, 8E and AE. RGB value is (71,142,174). Sum of RGB (Red+Green+Blue) = 71+142+174=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #478EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478EAE is #B87151. Grayscale: #7C7C7C. Windows color (decimal): -12087634 or 11439687. OLE color: 11439687.

HSL color Cylindrical-coordinate representation of color #478EAE: hue angle of 198.64º 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 #478EAE is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 142 174 -
CMYK 0.59 0.18 0 0.32
HSL 198.64º 0.42% 0.48% -
HSV(B) 198.64º 0.59% 0.68% -
XYZ 19.91 23.74 43.58 -
YUV 124.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 71 142 174 0.59 0.18 0 0.32 198.64 0.42 0.48
Hex 47 8E AE 3B 12 0 20 C7 2A 30
Octal 107 216 256 73 22 0 40 307 52 60
Binary 1000111 10001110 10101110 111011 10010 0 100000 11000111 101010 110000

Color Harmonies of #478EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478EAE

Black with #478EAE

Text Example


Text Example

White with #478EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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