Html Css Color HEX #4095AC Boston Blue

📋 copy color: '#4095AC'

red 64 ◦ green 149 ◦ blue 172

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

Shades of Boston Blue #4095AC

Tints of Boston Blue #4095AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

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

R = 16.62%
G = 38.7%
B = 44.68%

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

#4095AC (or 0x4095AC) is known color: Boston Blue. HEX triplet: 40, 95 and AC. RGB value is (64,149,172). Sum of RGB (Red+Green+Blue) = 64+149+172=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #4095AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4095AC is #BF6A53. Grayscale: #7E7E7E. Windows color (decimal): -12544596 or 11310400. OLE color: 11310400.

HSL color Cylindrical-coordinate representation of color #4095AC: hue angle of 192.78º 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 #4095AC is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 149 172 -
CMYK 0.63 0.13 0 0.33
HSL 192.78º 0.46% 0.46% -
HSV(B) 192.78º 0.63% 0.67% -
XYZ 20.31 25.56 42.89 -
YUV 126.21 153.84 83.63 -
System Red Green Blue C M Y K H S L
Decimal 64 149 172 0.63 0.13 0 0.33 192.78 0.46 0.46
Hex 40 95 AC 3F D 0 21 C1 2E 2E
Octal 100 225 254 77 15 0 41 301 56 56
Binary 1000000 10010101 10101100 111111 1101 0 100001 11000001 101110 101110

Color Harmonies of #4095AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095AC

Black with #4095AC

Text Example


Text Example

White with #4095AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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