Html Css Color HEX #479ABF Boston Blue

📋 copy color: '#479ABF'

red 71 ◦ green 154 ◦ blue 191

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

Shades of Boston Blue #479ABF

Tints of Boston Blue #479ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.91%

R = 17.07%
G = 37.02%
B = 45.91%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#479ABF (or 0x479ABF) is known color: Boston Blue. HEX triplet: 47, 9A and BF. RGB value is (71,154,191). Sum of RGB (Red+Green+Blue) = 71+154+191=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #479ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ABF is #B86540. Grayscale: #858585. Windows color (decimal): -12084545 or 12556871. OLE color: 12556871.

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

Color convert

RGB 71 154 191 -
CMYK 0.63 0.19 0 0.25
HSL 198.5º 0.48% 0.51% -
HSV(B) 198.5º 0.63% 0.75% -
XYZ 23.56 28.21 53.49 -
YUV 133.4 160.5 83.49 -
System Red Green Blue C M Y K H S L
Decimal 71 154 191 0.63 0.19 0 0.25 198.5 0.48 0.51
Hex 47 9A BF 3F 13 0 19 C6 30 33
Octal 107 232 277 77 23 0 31 306 60 63
Binary 1000111 10011010 10111111 111111 10011 0 11001 11000110 110000 110011

Color Harmonies of #479ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479ABF

Black with #479ABF

Text Example


Text Example

White with #479ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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