Html Css Color HEX #479AC2 Boston Blue

📋 copy color: '#479AC2'

red 71 ◦ green 154 ◦ blue 194

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

Shades of Boston Blue #479AC2

Tints of Boston Blue #479AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.3%

R = 16.95%
G = 36.75%
B = 46.3%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#479AC2 (or 0x479AC2) is known color: Boston Blue. HEX triplet: 47, 9A and C2. RGB value is (71,154,194). Sum of RGB (Red+Green+Blue) = 71+154+194=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #479AC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479AC2 is #B8653D. Grayscale: #858585. Windows color (decimal): -12084542 or 12753479. OLE color: 12753479.

HSL color Cylindrical-coordinate representation of color #479AC2: hue angle of 199.51º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #479AC2 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 154 194 -
CMYK 0.63 0.21 0 0.24
HSL 199.51º 0.5% 0.52% -
HSV(B) 199.51º 0.63% 0.76% -
XYZ 23.89 28.35 55.25 -
YUV 133.74 162 83.25 -
System Red Green Blue C M Y K H S L
Decimal 71 154 194 0.63 0.21 0 0.24 199.51 0.5 0.52
Hex 47 9A C2 3F 15 0 18 C8 32 34
Octal 107 232 302 77 25 0 30 310 62 64
Binary 1000111 10011010 11000010 111111 10101 0 11000 11001000 110010 110100

Color Harmonies of #479AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479AC2

Black with #479AC2

Text Example


Text Example

White with #479AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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