Html Css Color HEX #4785AA Boston Blue

📋 copy color: '#4785AA'

red 71 ◦ green 133 ◦ blue 170

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

Shades of Boston Blue #4785AA

Tints of Boston Blue #4785AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 18.98%
G = 35.56%
B = 45.45%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4785AA (or 0x4785AA) is known color: Boston Blue. HEX triplet: 47, 85 and AA. RGB value is (71,133,170). Sum of RGB (Red+Green+Blue) = 71+133+170=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #4785AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4785AA is #B87A55. Grayscale: #767676. Windows color (decimal): -12089942 or 11175239. OLE color: 11175239.

HSL color Cylindrical-coordinate representation of color #4785AA: hue angle of 202.42º 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 #4785AA is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 133 170 -
CMYK 0.58 0.22 0 0.33
HSL 202.42º 0.41% 0.47% -
HSV(B) 202.42º 0.58% 0.67% -
XYZ 18.24 21.02 41.13 -
YUV 118.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 71 133 170 0.58 0.22 0 0.33 202.42 0.41 0.47
Hex 47 85 AA 3A 16 0 21 CA 29 2F
Octal 107 205 252 72 26 0 41 312 51 57
Binary 1000111 10000101 10101010 111010 10110 0 100001 11001010 101001 101111

Color Harmonies of #4785AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4785AA

Black with #4785AA

Text Example


Text Example

White with #4785AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4785AA; }

 p { color: rgb(71,133,170); }

 H1.HeaderClassName
 {
   color: #4785AA;
 }
 .AnyTagClassName
 {
   color: #4785AA;
 }
</style>

background-color css

<style>
 a { background-color: #4785AA; }

 a { background-color: rgb(71,133,170); }

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

border-color css

<style>
 span { border-color: #4785AA; }

 span { border-color: rgb(71,133,170); }

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