Html Css Color HEX #4A97BA Boston Blue

📋 copy color: '#4A97BA'

red 74 ◦ green 151 ◦ blue 186

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

Shades of Boston Blue #4A97BA

Tints of Boston Blue #4A97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.74%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 18%
G = 36.74%
B = 45.26%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A97BA (or 0x4A97BA) is known color: Boston Blue. HEX triplet: 4A, 97 and BA. RGB value is (74,151,186). Sum of RGB (Red+Green+Blue) = 74+151+186=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A97BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A97BA is #B56845. Grayscale: #838383. Windows color (decimal): -11888710 or 12228426. OLE color: 12228426.

HSL color Cylindrical-coordinate representation of color #4A97BA: hue angle of 198.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A97BA is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 151 186 -
CMYK 0.60 0.19 0 0.27
HSL 198.75º 0.45% 0.51% -
HSV(B) 198.75º 0.6% 0.73% -
XYZ 22.75 27.13 50.49 -
YUV 131.97 158.49 86.65 -
System Red Green Blue C M Y K H S L
Decimal 74 151 186 0.60 0.19 0 0.27 198.75 0.45 0.51
Hex 4A 97 BA 3C 13 0 1B C7 2D 33
Octal 112 227 272 74 23 0 33 307 55 63
Binary 1001010 10010111 10111010 111100 10011 0 11011 11000111 101101 110011

Color Harmonies of #4A97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A97BA

Black with #4A97BA

Text Example


Text Example

White with #4A97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,151,186); }

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

background-color css

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

 a { background-color: rgb(74,151,186); }

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

border-color css

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

 span { border-color: rgb(74,151,186); }

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