Html Css Color HEX #4BA2AE Boston Blue

📋 copy color: '#4BA2AE'

red 75 ◦ green 162 ◦ blue 174

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

Shades of Boston Blue #4BA2AE

Tints of Boston Blue #4BA2AE

RGB

 RED value IS 75 (29.69% from 255) = 18.25%

 GREEN value IS 162 (63.67% from 255) = 39.42%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 18.25%
G = 39.42%
B = 42.34%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4BA2AE (or 0x4BA2AE) is known color: Boston Blue. HEX triplet: 4B, A2 and AE. RGB value is (75,162,174). Sum of RGB (Red+Green+Blue) = 75+162+174=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #4BA2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA2AE is #B45D51. Grayscale: #898989. Windows color (decimal): -11820370 or 11444811. OLE color: 11444811.

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

Color convert

RGB 75 162 174 -
CMYK 0.57 0.07 0 0.32
HSL 187.27º 0.4% 0.49% -
HSV(B) 187.27º 0.57% 0.68% -
XYZ 23.46 30.39 44.67 -
YUV 137.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 75 162 174 0.57 0.07 0 0.32 187.27 0.4 0.49
Hex 4B A2 AE 39 7 0 20 BB 28 31
Octal 113 242 256 71 7 0 40 273 50 61
Binary 1001011 10100010 10101110 111001 111 0 100000 10111011 101000 110001

Color Harmonies of #4BA2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA2AE

Black with #4BA2AE

Text Example


Text Example

White with #4BA2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,162,174); }

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

background-color css

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

 a { background-color: rgb(75,162,174); }

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

border-color css

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

 span { border-color: rgb(75,162,174); }

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