Html Css Color HEX #479FAB Boston Blue

📋 copy color: '#479FAB'

red 71 ◦ green 159 ◦ blue 171

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

Shades of Boston Blue #479FAB

Tints of Boston Blue #479FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.65%

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

R = 17.71%
G = 39.65%
B = 42.64%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#479FAB (or 0x479FAB) is known color: Boston Blue. HEX triplet: 47, 9F and AB. RGB value is (71,159,171). Sum of RGB (Red+Green+Blue) = 71+159+171=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #479FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479FAB is #B86054. Grayscale: #858585. Windows color (decimal): -12083285 or 11247431. OLE color: 11247431.

HSL color Cylindrical-coordinate representation of color #479FAB: hue angle of 187.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 #479FAB is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 159 171 -
CMYK 0.58 0.07 0 0.33
HSL 187.2º 0.41% 0.47% -
HSV(B) 187.2º 0.58% 0.67% -
XYZ 22.35 29.08 42.96 -
YUV 134.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 71 159 171 0.58 0.07 0 0.33 187.2 0.41 0.47
Hex 47 9F AB 3A 7 0 21 BB 29 2F
Octal 107 237 253 72 7 0 41 273 51 57
Binary 1000111 10011111 10101011 111010 111 0 100001 10111011 101001 101111

Color Harmonies of #479FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479FAB

Black with #479FAB

Text Example


Text Example

White with #479FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479FAB; }

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

 H1.HeaderClassName
 {
   color: #479FAB;
 }
 .AnyTagClassName
 {
   color: #479FAB;
 }
</style>

background-color css

<style>
 a { background-color: #479FAB; }

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

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

border-color css

<style>
 span { border-color: #479FAB; }

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

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