Html Css Color HEX #4096AC Boston Blue

📋 copy color: '#4096AC'

red 64 ◦ green 150 ◦ blue 172

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

Shades of Boston Blue #4096AC

Tints of Boston Blue #4096AC

RGB

 RED value IS 64 (25.39% from 255) = 16.58%

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

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

R = 16.58%
G = 38.86%
B = 44.56%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4096AC (or 0x4096AC) is known color: Boston Blue. HEX triplet: 40, 96 and AC. RGB value is (64,150,172). Sum of RGB (Red+Green+Blue) = 64+150+172=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #4096AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4096AC is #BF6953. Grayscale: #7E7E7E. Windows color (decimal): -12544340 or 11310656. OLE color: 11310656.

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

Color convert

RGB 64 150 172 -
CMYK 0.63 0.13 0 0.33
HSL 192.22º 0.46% 0.46% -
HSV(B) 192.22º 0.63% 0.67% -
XYZ 20.47 25.88 42.95 -
YUV 126.79 153.51 83.21 -
System Red Green Blue C M Y K H S L
Decimal 64 150 172 0.63 0.13 0 0.33 192.22 0.46 0.46
Hex 40 96 AC 3F D 0 21 C0 2E 2E
Octal 100 226 254 77 15 0 41 300 56 56
Binary 1000000 10010110 10101100 111111 1101 0 100001 11000000 101110 101110

Color Harmonies of #4096AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4096AC

Black with #4096AC

Text Example


Text Example

White with #4096AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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