Html Css Color HEX #4A9FAB Boston Blue

📋 copy color: '#4A9FAB'

red 74 ◦ green 159 ◦ blue 171

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

Shades of Boston Blue #4A9FAB

Tints of Boston Blue #4A9FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 18.32%
G = 39.36%
B = 42.33%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A9FAB (or 0x4A9FAB) is known color: Boston Blue. HEX triplet: 4A, 9F and AB. RGB value is (74,159,171). Sum of RGB (Red+Green+Blue) = 74+159+171=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A9FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9FAB is #B56054. Grayscale: #868686. Windows color (decimal): -11886677 or 11247434. OLE color: 11247434.

HSL color Cylindrical-coordinate representation of color #4A9FAB: hue angle of 187.42º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A9FAB is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 159 171 -
CMYK 0.57 0.07 0 0.33
HSL 187.42º 0.4% 0.48% -
HSV(B) 187.42º 0.57% 0.67% -
XYZ 22.57 29.19 42.97 -
YUV 134.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 74 159 171 0.57 0.07 0 0.33 187.42 0.4 0.48
Hex 4A 9F AB 39 7 0 21 BB 28 30
Octal 112 237 253 71 7 0 41 273 50 60
Binary 1001010 10011111 10101011 111001 111 0 100001 10111011 101000 110000

Color Harmonies of #4A9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9FAB

Black with #4A9FAB

Text Example


Text Example

White with #4A9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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