Html Css Color HEX #4290AD Boston Blue

📋 copy color: '#4290AD'

red 66 ◦ green 144 ◦ blue 173

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

Shades of Boston Blue #4290AD

Tints of Boston Blue #4290AD

RGB

 RED value IS 66 (26.17% from 255) = 17.23%

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

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

R = 17.23%
G = 37.6%
B = 45.17%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4290AD (or 0x4290AD) is known color: Boston Blue. HEX triplet: 42, 90 and AD. RGB value is (66,144,173). Sum of RGB (Red+Green+Blue) = 66+144+173=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #4290AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4290AD is #BD6F52. Grayscale: #7B7B7B. Windows color (decimal): -12414803 or 11374658. OLE color: 11374658.

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

Color convert

RGB 66 144 173 -
CMYK 0.62 0.17 0 0.32
HSL 196.26º 0.45% 0.47% -
HSV(B) 196.26º 0.62% 0.68% -
XYZ 19.76 24.12 43.15 -
YUV 123.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 66 144 173 0.62 0.17 0 0.32 196.26 0.45 0.47
Hex 42 90 AD 3E 11 0 20 C4 2D 2F
Octal 102 220 255 76 21 0 40 304 55 57
Binary 1000010 10010000 10101101 111110 10001 0 100000 11000100 101101 101111

Color Harmonies of #4290AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4290AD

Black with #4290AD

Text Example


Text Example

White with #4290AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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