Html Css Color HEX #4096AE Boston Blue

📋 copy color: '#4096AE'

red 64 ◦ green 150 ◦ blue 174

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

Shades of Boston Blue #4096AE

Tints of Boston Blue #4096AE

RGB

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

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

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

R = 16.49%
G = 38.66%
B = 44.85%

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

#4096AE (or 0x4096AE) is known color: Boston Blue. HEX triplet: 40, 96 and AE. RGB value is (64,150,174). Sum of RGB (Red+Green+Blue) = 64+150+174=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #4096AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4096AE is #BF6951. Grayscale: #7E7E7E. Windows color (decimal): -12544338 or 11441728. OLE color: 11441728.

HSL color Cylindrical-coordinate representation of color #4096AE: hue angle of 193.09º 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 #4096AE is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 150 174 -
CMYK 0.63 0.14 0 0.32
HSL 193.09º 0.46% 0.47% -
HSV(B) 193.09º 0.63% 0.68% -
XYZ 20.66 25.96 43.97 -
YUV 127.02 154.51 83.05 -
System Red Green Blue C M Y K H S L
Decimal 64 150 174 0.63 0.14 0 0.32 193.09 0.46 0.47
Hex 40 96 AE 3F E 0 20 C1 2E 2F
Octal 100 226 256 77 16 0 40 301 56 57
Binary 1000000 10010110 10101110 111111 1110 0 100000 11000001 101110 101111

Color Harmonies of #4096AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4096AE

Black with #4096AE

Text Example


Text Example

White with #4096AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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