Html Css Color HEX #479CAB Boston Blue

📋 copy color: '#479CAB'

red 71 ◦ green 156 ◦ blue 171

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

Shades of Boston Blue #479CAB

Tints of Boston Blue #479CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 17.84%
G = 39.2%
B = 42.96%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#479CAB (or 0x479CAB) is known color: Boston Blue. HEX triplet: 47, 9C and AB. RGB value is (71,156,171). Sum of RGB (Red+Green+Blue) = 71+156+171=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #479CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479CAB is #B86354. Grayscale: #848484. Windows color (decimal): -12084053 or 11246663. OLE color: 11246663.

HSL color Cylindrical-coordinate representation of color #479CAB: hue angle of 189º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #479CAB is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 156 171 -
CMYK 0.58 0.09 0 0.33
HSL 189º 0.41% 0.47% -
HSV(B) 189º 0.58% 0.67% -
XYZ 21.84 28.06 42.79 -
YUV 132.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 71 156 171 0.58 0.09 0 0.33 189 0.41 0.47
Hex 47 9C AB 3A 9 0 21 BD 29 2F
Octal 107 234 253 72 11 0 41 275 51 57
Binary 1000111 10011100 10101011 111010 1001 0 100001 10111101 101001 101111

Color Harmonies of #479CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CAB

Black with #479CAB

Text Example


Text Example

White with #479CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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