Html Css Color HEX #4D8BAA Boston Blue

📋 copy color: '#4D8BAA'

red 77 ◦ green 139 ◦ blue 170

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

Shades of Boston Blue #4D8BAA

Tints of Boston Blue #4D8BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

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

R = 19.95%
G = 36.01%
B = 44.04%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D8BAA (or 0x4D8BAA) is known color: Boston Blue. HEX triplet: 4D, 8B and AA. RGB value is (77,139,170). Sum of RGB (Red+Green+Blue) = 77+139+170=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D8BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8BAA is #B27455. Grayscale: #7B7B7B. Windows color (decimal): -11695190 or 11176781. OLE color: 11176781.

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

Color convert

RGB 77 139 170 -
CMYK 0.55 0.18 0 0.33
HSL 200º 0.38% 0.48% -
HSV(B) 200º 0.55% 0.67% -
XYZ 19.55 22.95 41.43 -
YUV 124 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 77 139 170 0.55 0.18 0 0.33 200 0.38 0.48
Hex 4D 8B AA 37 12 0 21 C8 26 30
Octal 115 213 252 67 22 0 41 310 46 60
Binary 1001101 10001011 10101010 110111 10010 0 100001 11001000 100110 110000

Color Harmonies of #4D8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8BAA

Black with #4D8BAA

Text Example


Text Example

White with #4D8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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