Html Css Color HEX #4D8DAA Boston Blue

📋 copy color: '#4D8DAA'

red 77 ◦ green 141 ◦ blue 170

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

Shades of Boston Blue #4D8DAA

Tints of Boston Blue #4D8DAA

RGB

 RED value IS 77 (30.47% from 255) = 19.85%

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

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

R = 19.85%
G = 36.34%
B = 43.81%

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

#4D8DAA (or 0x4D8DAA) is known color: Boston Blue. HEX triplet: 4D, 8D and AA. RGB value is (77,141,170). Sum of RGB (Red+Green+Blue) = 77+141+170=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D8DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8DAA is #B27255. Grayscale: #7C7C7C. Windows color (decimal): -11694678 or 11177293. OLE color: 11177293.

HSL color Cylindrical-coordinate representation of color #4D8DAA: hue angle of 198.71º 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 #4D8DAA is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 141 170 -
CMYK 0.55 0.17 0 0.33
HSL 198.71º 0.38% 0.48% -
HSV(B) 198.71º 0.55% 0.67% -
XYZ 19.84 23.53 41.53 -
YUV 125.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 77 141 170 0.55 0.17 0 0.33 198.71 0.38 0.48
Hex 4D 8D AA 37 11 0 21 C7 26 30
Octal 115 215 252 67 21 0 41 307 46 60
Binary 1001101 10001101 10101010 110111 10001 0 100001 11000111 100110 110000

Color Harmonies of #4D8DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8DAA

Black with #4D8DAA

Text Example


Text Example

White with #4D8DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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