Html Css Color HEX #4A8BA7 Boston Blue

📋 copy color: '#4A8BA7'

red 74 ◦ green 139 ◦ blue 167

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

Shades of Boston Blue #4A8BA7

Tints of Boston Blue #4A8BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.95%

R = 19.47%
G = 36.58%
B = 43.95%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4A8BA7 (or 0x4A8BA7) is known color: Boston Blue. HEX triplet: 4A, 8B and A7. RGB value is (74,139,167). Sum of RGB (Red+Green+Blue) = 74+139+167=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 167 - color contains mainly: blue. Hex color #4A8BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8BA7 is #B57458. Grayscale: #7A7A7A. Windows color (decimal): -11891801 or 10980170. OLE color: 10980170.

HSL color Cylindrical-coordinate representation of color #4A8BA7: hue angle of 198.06º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A8BA7 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 139 167 -
CMYK 0.56 0.17 0 0.35
HSL 198.06º 0.39% 0.47% -
HSV(B) 198.06º 0.56% 0.65% -
XYZ 19.03 22.71 39.94 -
YUV 122.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 74 139 167 0.56 0.17 0 0.35 198.06 0.39 0.47
Hex 4A 8B A7 38 11 0 23 C6 27 2F
Octal 112 213 247 70 21 0 43 306 47 57
Binary 1001010 10001011 10100111 111000 10001 0 100011 11000110 100111 101111

Color Harmonies of #4A8BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8BA7

Black with #4A8BA7

Text Example


Text Example

White with #4A8BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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