Html Css Color HEX #4A8EA9 Boston Blue

📋 copy color: '#4A8EA9'

red 74 ◦ green 142 ◦ blue 169

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

Shades of Boston Blue #4A8EA9

Tints of Boston Blue #4A8EA9

RGB

 RED value IS 74 (29.3% from 255) = 19.22%

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 19.22%
G = 36.88%
B = 43.9%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4A8EA9 (or 0x4A8EA9) is known color: Boston Blue. HEX triplet: 4A, 8E and A9. RGB value is (74,142,169). Sum of RGB (Red+Green+Blue) = 74+142+169=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 169 - color contains mainly: blue. Hex color #4A8EA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8EA9 is #B57156. Grayscale: #7C7C7C. Windows color (decimal): -11891031 or 11112010. OLE color: 11112010.

HSL color Cylindrical-coordinate representation of color #4A8EA9: hue angle of 197.05º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A8EA9 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 74 142 169 -
CMYK 0.56 0.16 0 0.34
HSL 197.05º 0.39% 0.48% -
HSV(B) 197.05º 0.56% 0.66% -
XYZ 19.66 23.67 41.07 -
YUV 124.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 74 142 169 0.56 0.16 0 0.34 197.05 0.39 0.48
Hex 4A 8E A9 38 10 0 22 C5 27 30
Octal 112 216 251 70 20 0 42 305 47 60
Binary 1001010 10001110 10101001 111000 10000 0 100010 11000101 100111 110000

Color Harmonies of #4A8EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8EA9

Black with #4A8EA9

Text Example


Text Example

White with #4A8EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,142,169); }

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

background-color css

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

 a { background-color: rgb(74,142,169); }

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

border-color css

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

 span { border-color: rgb(74,142,169); }

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