Html Css Color HEX #4A8BAD Boston Blue

📋 copy color: '#4A8BAD'

red 74 ◦ green 139 ◦ blue 173

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

Shades of Boston Blue #4A8BAD

Tints of Boston Blue #4A8BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 19.17%
G = 36.01%
B = 44.82%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A8BAD (or 0x4A8BAD) is known color: Boston Blue. HEX triplet: 4A, 8B and AD. RGB value is (74,139,173). Sum of RGB (Red+Green+Blue) = 74+139+173=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A8BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8BAD is #B57452. Grayscale: #7B7B7B. Windows color (decimal): -11891795 or 11373386. OLE color: 11373386.

HSL color Cylindrical-coordinate representation of color #4A8BAD: hue angle of 200.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A8BAD is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 139 173 -
CMYK 0.57 0.20 0 0.32
HSL 200.61º 0.4% 0.48% -
HSV(B) 200.61º 0.57% 0.68% -
XYZ 19.6 22.94 42.93 -
YUV 123.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 74 139 173 0.57 0.20 0 0.32 200.61 0.4 0.48
Hex 4A 8B AD 39 14 0 20 C9 28 30
Octal 112 213 255 71 24 0 40 311 50 60
Binary 1001010 10001011 10101101 111001 10100 0 100000 11001001 101000 110000

Color Harmonies of #4A8BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8BAD

Black with #4A8BAD

Text Example


Text Example

White with #4A8BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,139,173); }

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

background-color css

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

 a { background-color: rgb(74,139,173); }

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

border-color css

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

 span { border-color: rgb(74,139,173); }

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