Html Css Color HEX #4095AE Boston Blue

📋 copy color: '#4095AE'

red 64 ◦ green 149 ◦ blue 174

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

Shades of Boston Blue #4095AE

Tints of Boston Blue #4095AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 16.54%
G = 38.5%
B = 44.96%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4095AE (or 0x4095AE) is known color: Boston Blue. HEX triplet: 40, 95 and AE. RGB value is (64,149,174). Sum of RGB (Red+Green+Blue) = 64+149+174=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #4095AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4095AE is #BF6A51. Grayscale: #7E7E7E. Windows color (decimal): -12544594 or 11441472. OLE color: 11441472.

HSL color Cylindrical-coordinate representation of color #4095AE: hue angle of 193.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4095AE is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 149 174 -
CMYK 0.63 0.14 0 0.32
HSL 193.64º 0.46% 0.47% -
HSV(B) 193.64º 0.63% 0.68% -
XYZ 20.5 25.64 43.91 -
YUV 126.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 64 149 174 0.63 0.14 0 0.32 193.64 0.46 0.47
Hex 40 95 AE 3F E 0 20 C2 2E 2F
Octal 100 225 256 77 16 0 40 302 56 57
Binary 1000000 10010101 10101110 111111 1110 0 100000 11000010 101110 101111

Color Harmonies of #4095AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095AE

Black with #4095AE

Text Example


Text Example

White with #4095AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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