Html Css Color HEX #479AC0 Boston Blue

📋 copy color: '#479AC0'

red 71 ◦ green 154 ◦ blue 192

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

Shades of Boston Blue #479AC0

Tints of Boston Blue #479AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.04%

R = 17.03%
G = 36.93%
B = 46.04%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#479AC0 (or 0x479AC0) is known color: Boston Blue. HEX triplet: 47, 9A and C0. RGB value is (71,154,192). Sum of RGB (Red+Green+Blue) = 71+154+192=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #479AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479AC0 is #B8653F. Grayscale: #858585. Windows color (decimal): -12084544 or 12622407. OLE color: 12622407.

HSL color Cylindrical-coordinate representation of color #479AC0: hue angle of 198.84º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #479AC0 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 154 192 -
CMYK 0.63 0.20 0 0.25
HSL 198.84º 0.49% 0.52% -
HSV(B) 198.84º 0.63% 0.75% -
XYZ 23.67 28.26 54.08 -
YUV 133.52 161 83.41 -
System Red Green Blue C M Y K H S L
Decimal 71 154 192 0.63 0.20 0 0.25 198.84 0.49 0.52
Hex 47 9A C0 3F 14 0 19 C7 31 34
Octal 107 232 300 77 24 0 31 307 61 64
Binary 1000111 10011010 11000000 111111 10100 0 11001 11000111 110001 110100

Color Harmonies of #479AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479AC0

Black with #479AC0

Text Example


Text Example

White with #479AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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