Html Css Color HEX #479CBD Boston Blue

📋 copy color: '#479CBD'

red 71 ◦ green 156 ◦ blue 189

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

Shades of Boston Blue #479CBD

Tints of Boston Blue #479CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 17.07%
G = 37.5%
B = 45.43%

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

#479CBD (or 0x479CBD) is known color: Boston Blue. HEX triplet: 47, 9C and BD. RGB value is (71,156,189). Sum of RGB (Red+Green+Blue) = 71+156+189=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #479CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CBD is #B86342. Grayscale: #868686. Windows color (decimal): -12084035 or 12426311. OLE color: 12426311.

HSL color Cylindrical-coordinate representation of color #479CBD: hue angle of 196.78º 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 #479CBD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 156 189 -
CMYK 0.62 0.17 0 0.26
HSL 196.78º 0.47% 0.51% -
HSV(B) 196.78º 0.62% 0.74% -
XYZ 23.67 28.79 52.45 -
YUV 134.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 71 156 189 0.62 0.17 0 0.26 196.78 0.47 0.51
Hex 47 9C BD 3E 11 0 1A C5 2F 33
Octal 107 234 275 76 21 0 32 305 57 63
Binary 1000111 10011100 10111101 111110 10001 0 11010 11000101 101111 110011

Color Harmonies of #479CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CBD

Black with #479CBD

Text Example


Text Example

White with #479CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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