Html Css Color HEX #4196AC Boston Blue

📋 copy color: '#4196AC'

red 65 ◦ green 150 ◦ blue 172

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

Shades of Boston Blue #4196AC

Tints of Boston Blue #4196AC

RGB

 RED value IS 65 (25.78% from 255) = 16.8%

 GREEN value IS 150 (58.98% from 255) = 38.76%

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 16.8%
G = 38.76%
B = 44.44%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4196AC (or 0x4196AC) is known color: Boston Blue. HEX triplet: 41, 96 and AC. RGB value is (65,150,172). Sum of RGB (Red+Green+Blue) = 65+150+172=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #4196AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4196AC is #BE6953. Grayscale: #7E7E7E. Windows color (decimal): -12478804 or 11310657. OLE color: 11310657.

HSL color Cylindrical-coordinate representation of color #4196AC: hue angle of 192.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4196AC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 150 172 -
CMYK 0.62 0.13 0 0.33
HSL 192.34º 0.45% 0.46% -
HSV(B) 192.34º 0.62% 0.67% -
XYZ 20.53 25.92 42.95 -
YUV 127.09 153.34 83.71 -
System Red Green Blue C M Y K H S L
Decimal 65 150 172 0.62 0.13 0 0.33 192.34 0.45 0.46
Hex 41 96 AC 3E D 0 21 C0 2D 2E
Octal 101 226 254 76 15 0 41 300 55 56
Binary 1000001 10010110 10101100 111110 1101 0 100001 11000000 101101 101110

Color Harmonies of #4196AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4196AC

Black with #4196AC

Text Example


Text Example

White with #4196AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4196AC; }

 p { color: rgb(65,150,172); }

 H1.HeaderClassName
 {
   color: #4196AC;
 }
 .AnyTagClassName
 {
   color: #4196AC;
 }
</style>

background-color css

<style>
 a { background-color: #4196AC; }

 a { background-color: rgb(65,150,172); }

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

border-color css

<style>
 span { border-color: #4196AC; }

 span { border-color: rgb(65,150,172); }

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