Html Css Color HEX #4CA2B3 Boston Blue

📋 copy color: '#4CA2B3'

red 76 ◦ green 162 ◦ blue 179

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

Shades of Boston Blue #4CA2B3

Tints of Boston Blue #4CA2B3

RGB

 RED value IS 76 (30.08% from 255) = 18.23%

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

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

R = 18.23%
G = 38.85%
B = 42.93%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4CA2B3 (or 0x4CA2B3) is known color: Boston Blue. HEX triplet: 4C, A2 and B3. RGB value is (76,162,179). Sum of RGB (Red+Green+Blue) = 76+162+179=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #4CA2B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA2B3 is #B35D4C. Grayscale: #8A8A8A. Windows color (decimal): -11754829 or 11772492. OLE color: 11772492.

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

Color convert

RGB 76 162 179 -
CMYK 0.58 0.09 0 0.30
HSL 189.9º 0.4% 0.5% -
HSV(B) 189.9º 0.58% 0.7% -
XYZ 24.04 30.63 47.29 -
YUV 138.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 76 162 179 0.58 0.09 0 0.30 189.9 0.4 0.5
Hex 4C A2 B3 3A 9 0 1E BE 28 32
Octal 114 242 263 72 11 0 36 276 50 62
Binary 1001100 10100010 10110011 111010 1001 0 11110 10111110 101000 110010

Color Harmonies of #4CA2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA2B3

Black with #4CA2B3

Text Example


Text Example

White with #4CA2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,162,179); }

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

background-color css

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

 a { background-color: rgb(76,162,179); }

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

border-color css

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

 span { border-color: rgb(76,162,179); }

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