Html Css Color HEX #4A9EBA Boston Blue

📋 copy color: '#4A9EBA'

red 74 ◦ green 158 ◦ blue 186

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

Shades of Boston Blue #4A9EBA

Tints of Boston Blue #4A9EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.8%

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

R = 17.7%
G = 37.8%
B = 44.5%

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

#4A9EBA (or 0x4A9EBA) is known color: Boston Blue. HEX triplet: 4A, 9E and BA. RGB value is (74,158,186). Sum of RGB (Red+Green+Blue) = 74+158+186=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A9EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9EBA is #B56145. Grayscale: #878787. Windows color (decimal): -11886918 or 12230218. OLE color: 12230218.

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

Color convert

RGB 74 158 186 -
CMYK 0.60 0.15 0 0.27
HSL 195º 0.45% 0.51% -
HSV(B) 195º 0.6% 0.73% -
XYZ 23.91 29.45 50.88 -
YUV 136.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 74 158 186 0.60 0.15 0 0.27 195 0.45 0.51
Hex 4A 9E BA 3C F 0 1B C3 2D 33
Octal 112 236 272 74 17 0 33 303 55 63
Binary 1001010 10011110 10111010 111100 1111 0 11011 11000011 101101 110011

Color Harmonies of #4A9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9EBA

Black with #4A9EBA

Text Example


Text Example

White with #4A9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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