Html Css Color HEX #478BAB Boston Blue

📋 copy color: '#478BAB'

red 71 ◦ green 139 ◦ blue 171

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

Shades of Boston Blue #478BAB

Tints of Boston Blue #478BAB

RGB

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

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

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

R = 18.64%
G = 36.48%
B = 44.88%

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

#478BAB (or 0x478BAB) is known color: Boston Blue. HEX triplet: 47, 8B and AB. RGB value is (71,139,171). Sum of RGB (Red+Green+Blue) = 71+139+171=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #478BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BAB is #B87454. Grayscale: #7A7A7A. Windows color (decimal): -12088405 or 11242311. OLE color: 11242311.

HSL color Cylindrical-coordinate representation of color #478BAB: hue angle of 199.2º 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 #478BAB is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 139 171 -
CMYK 0.58 0.19 0 0.33
HSL 199.2º 0.41% 0.47% -
HSV(B) 199.2º 0.58% 0.67% -
XYZ 19.18 22.75 41.91 -
YUV 122.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 71 139 171 0.58 0.19 0 0.33 199.2 0.41 0.47
Hex 47 8B AB 3A 13 0 21 C7 29 2F
Octal 107 213 253 72 23 0 41 307 51 57
Binary 1000111 10001011 10101011 111010 10011 0 100001 11000111 101001 101111

Color Harmonies of #478BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BAB

Black with #478BAB

Text Example


Text Example

White with #478BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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