Html Css Color HEX #4099AE Boston Blue

📋 copy color: '#4099AE'

red 64 ◦ green 153 ◦ blue 174

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

Shades of Boston Blue #4099AE

Tints of Boston Blue #4099AE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

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

R = 16.37%
G = 39.13%
B = 44.5%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4099AE (or 0x4099AE) is known color: Boston Blue. HEX triplet: 40, 99 and AE. RGB value is (64,153,174). Sum of RGB (Red+Green+Blue) = 64+153+174=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #4099AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4099AE is #BF6651. Grayscale: #808080. Windows color (decimal): -12543570 or 11442496. OLE color: 11442496.

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

Color convert

RGB 64 153 174 -
CMYK 0.63 0.12 0 0.32
HSL 191.45º 0.46% 0.47% -
HSV(B) 191.45º 0.63% 0.68% -
XYZ 21.15 26.93 44.13 -
YUV 128.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 64 153 174 0.63 0.12 0 0.32 191.45 0.46 0.47
Hex 40 99 AE 3F C 0 20 BF 2E 2F
Octal 100 231 256 77 14 0 40 277 56 57
Binary 1000000 10011001 10101110 111111 1100 0 100000 10111111 101110 101111

Color Harmonies of #4099AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4099AE

Black with #4099AE

Text Example


Text Example

White with #4099AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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