Html Css Color HEX #479ABB Boston Blue

📋 copy color: '#479ABB'

red 71 ◦ green 154 ◦ blue 187

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

Shades of Boston Blue #479ABB

Tints of Boston Blue #479ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 17.23%
G = 37.38%
B = 45.39%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#479ABB (or 0x479ABB) is known color: Boston Blue. HEX triplet: 47, 9A and BB. RGB value is (71,154,187). Sum of RGB (Red+Green+Blue) = 71+154+187=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #479ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ABB is #B86544. Grayscale: #848484. Windows color (decimal): -12084549 or 12294727. OLE color: 12294727.

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

Color convert

RGB 71 154 187 -
CMYK 0.62 0.18 0 0.27
HSL 197.07º 0.46% 0.51% -
HSV(B) 197.07º 0.62% 0.73% -
XYZ 23.12 28.04 51.21 -
YUV 132.95 158.5 83.82 -
System Red Green Blue C M Y K H S L
Decimal 71 154 187 0.62 0.18 0 0.27 197.07 0.46 0.51
Hex 47 9A BB 3E 12 0 1B C5 2E 33
Octal 107 232 273 76 22 0 33 305 56 63
Binary 1000111 10011010 10111011 111110 10010 0 11011 11000101 101110 110011

Color Harmonies of #479ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479ABB

Black with #479ABB

Text Example


Text Example

White with #479ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,154,187); }

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

background-color css

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

 a { background-color: rgb(71,154,187); }

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

border-color css

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

 span { border-color: rgb(71,154,187); }

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