Html Css Color HEX #4C8DAA Boston Blue

📋 copy color: '#4C8DAA'

red 76 ◦ green 141 ◦ blue 170

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

Shades of Boston Blue #4C8DAA

Tints of Boston Blue #4C8DAA

RGB

 RED value IS 76 (30.08% from 255) = 19.64%

 GREEN value IS 141 (55.47% from 255) = 36.43%

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

R = 19.64%
G = 36.43%
B = 43.93%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C8DAA (or 0x4C8DAA) is known color: Boston Blue. HEX triplet: 4C, 8D and AA. RGB value is (76,141,170). Sum of RGB (Red+Green+Blue) = 76+141+170=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C8DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8DAA is #B37255. Grayscale: #7C7C7C. Windows color (decimal): -11760214 or 11177292. OLE color: 11177292.

HSL color Cylindrical-coordinate representation of color #4C8DAA: hue angle of 198.51º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C8DAA is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 141 170 -
CMYK 0.55 0.17 0 0.33
HSL 198.51º 0.38% 0.48% -
HSV(B) 198.51º 0.55% 0.67% -
XYZ 19.76 23.49 41.52 -
YUV 124.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 76 141 170 0.55 0.17 0 0.33 198.51 0.38 0.48
Hex 4C 8D AA 37 11 0 21 C7 26 30
Octal 114 215 252 67 21 0 41 307 46 60
Binary 1001100 10001101 10101010 110111 10001 0 100001 11000111 100110 110000

Color Harmonies of #4C8DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8DAA

Black with #4C8DAA

Text Example


Text Example

White with #4C8DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C8DAA; }

 p { color: rgb(76,141,170); }

 H1.HeaderClassName
 {
   color: #4C8DAA;
 }
 .AnyTagClassName
 {
   color: #4C8DAA;
 }
</style>

background-color css

<style>
 a { background-color: #4C8DAA; }

 a { background-color: rgb(76,141,170); }

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

border-color css

<style>
 span { border-color: #4C8DAA; }

 span { border-color: rgb(76,141,170); }

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