Html Css Color HEX #479CA4 Boston Blue

📋 copy color: '#479CA4'

red 71 ◦ green 156 ◦ blue 164

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

Shades of Boston Blue #479CA4

Tints of Boston Blue #479CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 18.16%
G = 39.9%
B = 41.94%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#479CA4 (or 0x479CA4) is known color: Boston Blue. HEX triplet: 47, 9C and A4. RGB value is (71,156,164). Sum of RGB (Red+Green+Blue) = 71+156+164=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #479CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479CA4 is #B8635B. Grayscale: #838383. Windows color (decimal): -12084060 or 10787911. OLE color: 10787911.

HSL color Cylindrical-coordinate representation of color #479CA4: hue angle of 185.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #479CA4 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 156 164 -
CMYK 0.57 0.05 0 0.36
HSL 185.16º 0.4% 0.46% -
HSV(B) 185.16º 0.57% 0.64% -
XYZ 21.19 27.8 39.37 -
YUV 131.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 71 156 164 0.57 0.05 0 0.36 185.16 0.4 0.46
Hex 47 9C A4 39 5 0 24 B9 28 2E
Octal 107 234 244 71 5 0 44 271 50 56
Binary 1000111 10011100 10100100 111001 101 0 100100 10111001 101000 101110

Color Harmonies of #479CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CA4

Black with #479CA4

Text Example


Text Example

White with #479CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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