Html Css Color HEX #479DAE Boston Blue

📋 copy color: '#479DAE'

red 71 ◦ green 157 ◦ blue 174

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

Shades of Boston Blue #479DAE

Tints of Boston Blue #479DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.05%

 BLUE value IS 174 (68.36% from 255) = 43.28%

R = 17.66%
G = 39.05%
B = 43.28%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#479DAE (or 0x479DAE) is known color: Boston Blue. HEX triplet: 47, 9D and AE. RGB value is (71,157,174). Sum of RGB (Red+Green+Blue) = 71+157+174=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #479DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479DAE is #B86251. Grayscale: #858585. Windows color (decimal): -12083794 or 11443527. OLE color: 11443527.

HSL color Cylindrical-coordinate representation of color #479DAE: hue angle of 189.9º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #479DAE is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 157 174 -
CMYK 0.59 0.10 0 0.32
HSL 189.9º 0.42% 0.48% -
HSV(B) 189.9º 0.59% 0.68% -
XYZ 22.3 28.51 44.37 -
YUV 133.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 71 157 174 0.59 0.10 0 0.32 189.9 0.42 0.48
Hex 47 9D AE 3B A 0 20 BE 2A 30
Octal 107 235 256 73 12 0 40 276 52 60
Binary 1000111 10011101 10101110 111011 1010 0 100000 10111110 101010 110000

Color Harmonies of #479DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479DAE

Black with #479DAE

Text Example


Text Example

White with #479DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,157,174); }

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

background-color css

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

 a { background-color: rgb(71,157,174); }

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

border-color css

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

 span { border-color: rgb(71,157,174); }

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