Html Css Color HEX #4D8AAA Boston Blue

📋 copy color: '#4D8AAA'

red 77 ◦ green 138 ◦ blue 170

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

Shades of Boston Blue #4D8AAA

Tints of Boston Blue #4D8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

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

R = 20%
G = 35.84%
B = 44.16%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D8AAA (or 0x4D8AAA) is known color: Boston Blue. HEX triplet: 4D, 8A and AA. RGB value is (77,138,170). Sum of RGB (Red+Green+Blue) = 77+138+170=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D8AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8AAA is #B27555. Grayscale: #7B7B7B. Windows color (decimal): -11695446 or 11176525. OLE color: 11176525.

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

Color convert

RGB 77 138 170 -
CMYK 0.55 0.19 0 0.33
HSL 200.65º 0.38% 0.48% -
HSV(B) 200.65º 0.55% 0.67% -
XYZ 19.4 22.66 41.38 -
YUV 123.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 77 138 170 0.55 0.19 0 0.33 200.65 0.38 0.48
Hex 4D 8A AA 37 13 0 21 C9 26 30
Octal 115 212 252 67 23 0 41 311 46 60
Binary 1001101 10001010 10101010 110111 10011 0 100001 11001001 100110 110000

Color Harmonies of #4D8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8AAA

Black with #4D8AAA

Text Example


Text Example

White with #4D8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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