Html Css Color HEX #4095AB Boston Blue

📋 copy color: '#4095AB'

red 64 ◦ green 149 ◦ blue 171

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

Shades of Boston Blue #4095AB

Tints of Boston Blue #4095AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 16.67%
G = 38.8%
B = 44.53%

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

#4095AB (or 0x4095AB) is known color: Boston Blue. HEX triplet: 40, 95 and AB. RGB value is (64,149,171). Sum of RGB (Red+Green+Blue) = 64+149+171=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #4095AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4095AB is #BF6A54. Grayscale: #7D7D7D. Windows color (decimal): -12544597 or 11244864. OLE color: 11244864.

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

Color convert

RGB 64 149 171 -
CMYK 0.63 0.13 0 0.33
HSL 192.34º 0.46% 0.46% -
HSV(B) 192.34º 0.63% 0.67% -
XYZ 20.21 25.53 42.39 -
YUV 126.09 153.34 83.71 -
System Red Green Blue C M Y K H S L
Decimal 64 149 171 0.63 0.13 0 0.33 192.34 0.46 0.46
Hex 40 95 AB 3F D 0 21 C0 2E 2E
Octal 100 225 253 77 15 0 41 300 56 56
Binary 1000000 10010101 10101011 111111 1101 0 100001 11000000 101110 101110

Color Harmonies of #4095AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095AB

Black with #4095AB

Text Example


Text Example

White with #4095AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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