Html Css Color HEX #4090AD Boston Blue

📋 copy color: '#4090AD'

red 64 ◦ green 144 ◦ blue 173

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

Shades of Boston Blue #4090AD

Tints of Boston Blue #4090AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 16.8%
G = 37.8%
B = 45.41%

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

#4090AD (or 0x4090AD) is known color: Boston Blue. HEX triplet: 40, 90 and AD. RGB value is (64,144,173). Sum of RGB (Red+Green+Blue) = 64+144+173=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #4090AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4090AD is #BF6F52. Grayscale: #7B7B7B. Windows color (decimal): -12545875 or 11374656. OLE color: 11374656.

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

Color convert

RGB 64 144 173 -
CMYK 0.63 0.17 0 0.32
HSL 195.96º 0.46% 0.46% -
HSV(B) 195.96º 0.63% 0.68% -
XYZ 19.63 24.05 43.14 -
YUV 123.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 64 144 173 0.63 0.17 0 0.32 195.96 0.46 0.46
Hex 40 90 AD 3F 11 0 20 C4 2E 2E
Octal 100 220 255 77 21 0 40 304 56 56
Binary 1000000 10010000 10101101 111111 10001 0 100000 11000100 101110 101110

Color Harmonies of #4090AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4090AD

Black with #4090AD

Text Example


Text Example

White with #4090AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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