Html Css Color HEX #478BA4 Boston Blue

📋 copy color: '#478BA4'

red 71 ◦ green 139 ◦ blue 164

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

Shades of Boston Blue #478BA4

Tints of Boston Blue #478BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

 BLUE value IS 164 (64.45% from 255) = 43.85%

R = 18.98%
G = 37.17%
B = 43.85%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#478BA4 (or 0x478BA4) is known color: Boston Blue. HEX triplet: 47, 8B and A4. RGB value is (71,139,164). Sum of RGB (Red+Green+Blue) = 71+139+164=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #478BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BA4 is #B8745B. Grayscale: #797979. Windows color (decimal): -12088412 or 10783559. OLE color: 10783559.

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

Color convert

RGB 71 139 164 -
CMYK 0.57 0.15 0 0.36
HSL 196.13º 0.4% 0.46% -
HSV(B) 196.13º 0.57% 0.64% -
XYZ 18.53 22.49 38.49 -
YUV 121.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 71 139 164 0.57 0.15 0 0.36 196.13 0.4 0.46
Hex 47 8B A4 39 F 0 24 C4 28 2E
Octal 107 213 244 71 17 0 44 304 50 56
Binary 1000111 10001011 10100100 111001 1111 0 100100 11000100 101000 101110

Color Harmonies of #478BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BA4

Black with #478BA4

Text Example


Text Example

White with #478BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,139,164); }

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

background-color css

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

 a { background-color: rgb(71,139,164); }

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

border-color css

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

 span { border-color: rgb(71,139,164); }

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