Html Css Color HEX #479BAC Boston Blue

📋 copy color: '#479BAC'

red 71 ◦ green 155 ◦ blue 172

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

Shades of Boston Blue #479BAC

Tints of Boston Blue #479BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

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

R = 17.84%
G = 38.94%
B = 43.22%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#479BAC (or 0x479BAC) is known color: Boston Blue. HEX triplet: 47, 9B and AC. RGB value is (71,155,172). Sum of RGB (Red+Green+Blue) = 71+155+172=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #479BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479BAC is #B86453. Grayscale: #838383. Windows color (decimal): -12084308 or 11311943. OLE color: 11311943.

HSL color Cylindrical-coordinate representation of color #479BAC: hue angle of 190.1º 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 #479BAC is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 155 172 -
CMYK 0.59 0.10 0 0.33
HSL 190.1º 0.42% 0.48% -
HSV(B) 190.1º 0.59% 0.67% -
XYZ 21.77 27.76 43.24 -
YUV 131.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 71 155 172 0.59 0.10 0 0.33 190.1 0.42 0.48
Hex 47 9B AC 3B A 0 21 BE 2A 30
Octal 107 233 254 73 12 0 41 276 52 60
Binary 1000111 10011011 10101100 111011 1010 0 100001 10111110 101010 110000

Color Harmonies of #479BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479BAC

Black with #479BAC

Text Example


Text Example

White with #479BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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