Html Css Color HEX #4A9ABE Boston Blue

📋 copy color: '#4A9ABE'

red 74 ◦ green 154 ◦ blue 190

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

Shades of Boston Blue #4A9ABE

Tints of Boston Blue #4A9ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 17.7%
G = 36.84%
B = 45.45%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A9ABE (or 0x4A9ABE) is known color: Boston Blue. HEX triplet: 4A, 9A and BE. RGB value is (74,154,190). Sum of RGB (Red+Green+Blue) = 74+154+190=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A9ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9ABE is #B56541. Grayscale: #858585. Windows color (decimal): -11887938 or 12491338. OLE color: 12491338.

HSL color Cylindrical-coordinate representation of color #4A9ABE: hue angle of 198.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A9ABE is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 154 190 -
CMYK 0.61 0.19 0 0.25
HSL 198.62º 0.47% 0.52% -
HSV(B) 198.62º 0.61% 0.75% -
XYZ 23.67 28.28 52.93 -
YUV 134.18 159.5 85.07 -
System Red Green Blue C M Y K H S L
Decimal 74 154 190 0.61 0.19 0 0.25 198.62 0.47 0.52
Hex 4A 9A BE 3D 13 0 19 C7 2F 34
Octal 112 232 276 75 23 0 31 307 57 64
Binary 1001010 10011010 10111110 111101 10011 0 11001 11000111 101111 110100

Color Harmonies of #4A9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9ABE

Black with #4A9ABE

Text Example


Text Example

White with #4A9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,154,190); }

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

background-color css

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

 a { background-color: rgb(74,154,190); }

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

border-color css

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

 span { border-color: rgb(74,154,190); }

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