Html Css Color HEX #479CBC Boston Blue

📋 copy color: '#479CBC'

red 71 ◦ green 156 ◦ blue 188

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

Shades of Boston Blue #479CBC

Tints of Boston Blue #479CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.59%

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 17.11%
G = 37.59%
B = 45.3%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#479CBC (or 0x479CBC) is known color: Boston Blue. HEX triplet: 47, 9C and BC. RGB value is (71,156,188). Sum of RGB (Red+Green+Blue) = 71+156+188=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #479CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CBC is #B86343. Grayscale: #868686. Windows color (decimal): -12084036 or 12360775. OLE color: 12360775.

HSL color Cylindrical-coordinate representation of color #479CBC: hue angle of 196.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #479CBC is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 156 188 -
CMYK 0.62 0.17 0 0.26
HSL 196.41º 0.47% 0.51% -
HSV(B) 196.41º 0.62% 0.74% -
XYZ 23.56 28.75 51.88 -
YUV 134.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 71 156 188 0.62 0.17 0 0.26 196.41 0.47 0.51
Hex 47 9C BC 3E 11 0 1A C4 2F 33
Octal 107 234 274 76 21 0 32 304 57 63
Binary 1000111 10011100 10111100 111110 10001 0 11010 11000100 101111 110011

Color Harmonies of #479CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CBC

Black with #479CBC

Text Example


Text Example

White with #479CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,156,188); }

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

background-color css

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

 a { background-color: rgb(71,156,188); }

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

border-color css

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

 span { border-color: rgb(71,156,188); }

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