Html Css Color HEX #4090AE Boston Blue

📋 copy color: '#4090AE'

red 64 ◦ green 144 ◦ blue 174

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

Shades of Boston Blue #4090AE

Tints of Boston Blue #4090AE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

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

R = 16.75%
G = 37.7%
B = 45.55%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4090AE (or 0x4090AE) is known color: Boston Blue. HEX triplet: 40, 90 and AE. RGB value is (64,144,174). Sum of RGB (Red+Green+Blue) = 64+144+174=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #4090AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4090AE is #BF6F51. Grayscale: #7B7B7B. Windows color (decimal): -12545874 or 11440192. OLE color: 11440192.

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

Color convert

RGB 64 144 174 -
CMYK 0.63 0.17 0 0.32
HSL 196.36º 0.46% 0.47% -
HSV(B) 196.36º 0.63% 0.68% -
XYZ 19.73 24.09 43.65 -
YUV 123.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 64 144 174 0.63 0.17 0 0.32 196.36 0.46 0.47
Hex 40 90 AE 3F 11 0 20 C4 2E 2F
Octal 100 220 256 77 21 0 40 304 56 57
Binary 1000000 10010000 10101110 111111 10001 0 100000 11000100 101110 101111

Color Harmonies of #4090AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4090AE

Black with #4090AE

Text Example


Text Example

White with #4090AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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