Html Css Color HEX #478DAC Boston Blue

📋 copy color: '#478DAC'

red 71 ◦ green 141 ◦ blue 172

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

Shades of Boston Blue #478DAC

Tints of Boston Blue #478DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 18.49%
G = 36.72%
B = 44.79%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#478DAC (or 0x478DAC) is known color: Boston Blue. HEX triplet: 47, 8D and AC. RGB value is (71,141,172). Sum of RGB (Red+Green+Blue) = 71+141+172=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #478DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478DAC is #B87253. Grayscale: #7B7B7B. Windows color (decimal): -12087892 or 11308359. OLE color: 11308359.

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

Color convert

RGB 71 141 172 -
CMYK 0.59 0.18 0 0.33
HSL 198.42º 0.42% 0.48% -
HSV(B) 198.42º 0.59% 0.67% -
XYZ 19.57 23.37 42.51 -
YUV 123.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 71 141 172 0.59 0.18 0 0.33 198.42 0.42 0.48
Hex 47 8D AC 3B 12 0 21 C6 2A 30
Octal 107 215 254 73 22 0 41 306 52 60
Binary 1000111 10001101 10101100 111011 10010 0 100001 11000110 101010 110000

Color Harmonies of #478DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DAC

Black with #478DAC

Text Example


Text Example

White with #478DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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