Html Css Color HEX #4296AC Boston Blue

📋 copy color: '#4296AC'

red 66 ◦ green 150 ◦ blue 172

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

Shades of Boston Blue #4296AC

Tints of Boston Blue #4296AC

RGB

 RED value IS 66 (26.17% from 255) = 17.01%

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

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

R = 17.01%
G = 38.66%
B = 44.33%

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

#4296AC (or 0x4296AC) is known color: Boston Blue. HEX triplet: 42, 96 and AC. RGB value is (66,150,172). Sum of RGB (Red+Green+Blue) = 66+150+172=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #4296AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4296AC is #BD6953. Grayscale: #7F7F7F. Windows color (decimal): -12413268 or 11310658. OLE color: 11310658.

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

Color convert

RGB 66 150 172 -
CMYK 0.62 0.13 0 0.33
HSL 192.45º 0.45% 0.47% -
HSV(B) 192.45º 0.62% 0.67% -
XYZ 20.6 25.95 42.95 -
YUV 127.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 66 150 172 0.62 0.13 0 0.33 192.45 0.45 0.47
Hex 42 96 AC 3E D 0 21 C0 2D 2F
Octal 102 226 254 76 15 0 41 300 55 57
Binary 1000010 10010110 10101100 111110 1101 0 100001 11000000 101101 101111

Color Harmonies of #4296AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4296AC

Black with #4296AC

Text Example


Text Example

White with #4296AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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