Html Css Color HEX #479DB7 Boston Blue

📋 copy color: '#479DB7'

red 71 ◦ green 157 ◦ blue 183

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

Shades of Boston Blue #479DB7

Tints of Boston Blue #479DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.53%

R = 17.27%
G = 38.2%
B = 44.53%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#479DB7 (or 0x479DB7) is known color: Boston Blue. HEX triplet: 47, 9D and B7. RGB value is (71,157,183). Sum of RGB (Red+Green+Blue) = 71+157+183=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #479DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DB7 is #B86248. Grayscale: #868686. Windows color (decimal): -12083785 or 12033351. OLE color: 12033351.

HSL color Cylindrical-coordinate representation of color #479DB7: hue angle of 193.93º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #479DB7 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 71 157 183 -
CMYK 0.61 0.14 0 0.28
HSL 193.93º 0.44% 0.5% -
HSV(B) 193.93º 0.61% 0.72% -
XYZ 23.2 28.87 49.15 -
YUV 134.25 155.51 82.89 -
System Red Green Blue C M Y K H S L
Decimal 71 157 183 0.61 0.14 0 0.28 193.93 0.44 0.5
Hex 47 9D B7 3D E 0 1C C2 2C 32
Octal 107 235 267 75 16 0 34 302 54 62
Binary 1000111 10011101 10110111 111101 1110 0 11100 11000010 101100 110010

Color Harmonies of #479DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479DB7

Black with #479DB7

Text Example


Text Example

White with #479DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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