Html Css Color HEX #4A9FBA Boston Blue

📋 copy color: '#4A9FBA'

red 74 ◦ green 159 ◦ blue 186

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

Shades of Boston Blue #4A9FBA

Tints of Boston Blue #4A9FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

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

R = 17.66%
G = 37.95%
B = 44.39%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A9FBA (or 0x4A9FBA) is known color: Boston Blue. HEX triplet: 4A, 9F and BA. RGB value is (74,159,186). Sum of RGB (Red+Green+Blue) = 74+159+186=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A9FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9FBA is #B56045. Grayscale: #888888. Windows color (decimal): -11886662 or 12230474. OLE color: 12230474.

HSL color Cylindrical-coordinate representation of color #4A9FBA: hue angle of 194.46º 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 #4A9FBA is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 159 186 -
CMYK 0.60 0.15 0 0.27
HSL 194.46º 0.45% 0.51% -
HSV(B) 194.46º 0.6% 0.73% -
XYZ 24.09 29.8 50.94 -
YUV 136.66 155.84 83.3 -
System Red Green Blue C M Y K H S L
Decimal 74 159 186 0.60 0.15 0 0.27 194.46 0.45 0.51
Hex 4A 9F BA 3C F 0 1B C2 2D 33
Octal 112 237 272 74 17 0 33 302 55 63
Binary 1001010 10011111 10111010 111100 1111 0 11011 11000010 101101 110011

Color Harmonies of #4A9FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9FBA

Black with #4A9FBA

Text Example


Text Example

White with #4A9FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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