Html Css Color HEX #4AA0B3 Boston Blue

📋 copy color: '#4AA0B3'

red 74 ◦ green 160 ◦ blue 179

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

Shades of Boston Blue #4AA0B3

Tints of Boston Blue #4AA0B3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 179 (70.31% from 255) = 43.34%

R = 17.92%
G = 38.74%
B = 43.34%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4AA0B3 (or 0x4AA0B3) is known color: Boston Blue. HEX triplet: 4A, A0 and B3. RGB value is (74,160,179). Sum of RGB (Red+Green+Blue) = 74+160+179=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #4AA0B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA0B3 is #B55F4C. Grayscale: #888888. Windows color (decimal): -11886413 or 11771978. OLE color: 11771978.

HSL color Cylindrical-coordinate representation of color #4AA0B3: hue angle of 190.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AA0B3 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 160 179 -
CMYK 0.59 0.11 0 0.30
HSL 190.86º 0.42% 0.5% -
HSV(B) 190.86º 0.59% 0.7% -
XYZ 23.53 29.85 47.17 -
YUV 136.45 152.01 83.46 -
System Red Green Blue C M Y K H S L
Decimal 74 160 179 0.59 0.11 0 0.30 190.86 0.42 0.5
Hex 4A A0 B3 3B B 0 1E BF 2A 32
Octal 112 240 263 73 13 0 36 277 52 62
Binary 1001010 10100000 10110011 111011 1011 0 11110 10111111 101010 110010

Color Harmonies of #4AA0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA0B3

Black with #4AA0B3

Text Example


Text Example

White with #4AA0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,160,179); }

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

background-color css

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

 a { background-color: rgb(74,160,179); }

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

border-color css

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

 span { border-color: rgb(74,160,179); }

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