Html Css Color HEX #479CBA Boston Blue

📋 copy color: '#479CBA'

red 71 ◦ green 156 ◦ blue 186

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

Shades of Boston Blue #479CBA

Tints of Boston Blue #479CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.77%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 17.19%
G = 37.77%
B = 45.04%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#479CBA (or 0x479CBA) is known color: Boston Blue. HEX triplet: 47, 9C and BA. RGB value is (71,156,186). Sum of RGB (Red+Green+Blue) = 71+156+186=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #479CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CBA is #B86345. Grayscale: #858585. Windows color (decimal): -12084038 or 12229703. OLE color: 12229703.

HSL color Cylindrical-coordinate representation of color #479CBA: hue angle of 195.65º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #479CBA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 156 186 -
CMYK 0.62 0.16 0 0.27
HSL 195.65º 0.45% 0.5% -
HSV(B) 195.65º 0.62% 0.73% -
XYZ 23.35 28.66 50.76 -
YUV 134.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 71 156 186 0.62 0.16 0 0.27 195.65 0.45 0.5
Hex 47 9C BA 3E 10 0 1B C4 2D 32
Octal 107 234 272 76 20 0 33 304 55 62
Binary 1000111 10011100 10111010 111110 10000 0 11011 11000100 101101 110010

Color Harmonies of #479CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CBA

Black with #479CBA

Text Example


Text Example

White with #479CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,156,186); }

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

background-color css

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

 a { background-color: rgb(71,156,186); }

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

border-color css

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

 span { border-color: rgb(71,156,186); }

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