Html Css Color HEX #478AAB Boston Blue

📋 copy color: '#478AAB'

red 71 ◦ green 138 ◦ blue 171

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

Shades of Boston Blue #478AAB

Tints of Boston Blue #478AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 18.68%
G = 36.32%
B = 45%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#478AAB (or 0x478AAB) is known color: Boston Blue. HEX triplet: 47, 8A and AB. RGB value is (71,138,171). Sum of RGB (Red+Green+Blue) = 71+138+171=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #478AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478AAB is #B87554. Grayscale: #797979. Windows color (decimal): -12088661 or 11242055. OLE color: 11242055.

HSL color Cylindrical-coordinate representation of color #478AAB: hue angle of 199.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #478AAB is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 138 171 -
CMYK 0.58 0.19 0 0.33
HSL 199.8º 0.41% 0.47% -
HSV(B) 199.8º 0.58% 0.67% -
XYZ 19.04 22.46 41.86 -
YUV 121.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 71 138 171 0.58 0.19 0 0.33 199.8 0.41 0.47
Hex 47 8A AB 3A 13 0 21 C8 29 2F
Octal 107 212 253 72 23 0 41 310 51 57
Binary 1000111 10001010 10101011 111010 10011 0 100001 11001000 101001 101111

Color Harmonies of #478AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478AAB

Black with #478AAB

Text Example


Text Example

White with #478AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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