Html Css Color HEX #4290AE Boston Blue

📋 copy color: '#4290AE'

red 66 ◦ green 144 ◦ blue 174

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

Shades of Boston Blue #4290AE

Tints of Boston Blue #4290AE

RGB

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

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

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

R = 17.19%
G = 37.5%
B = 45.31%

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

#4290AE (or 0x4290AE) is known color: Boston Blue. HEX triplet: 42, 90 and AE. RGB value is (66,144,174). Sum of RGB (Red+Green+Blue) = 66+144+174=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #4290AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4290AE is #BD6F51. Grayscale: #7B7B7B. Windows color (decimal): -12414802 or 11440194. OLE color: 11440194.

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

Color convert

RGB 66 144 174 -
CMYK 0.62 0.17 0 0.32
HSL 196.67º 0.45% 0.47% -
HSV(B) 196.67º 0.62% 0.68% -
XYZ 19.86 24.16 43.66 -
YUV 124.1 156.16 86.56 -
System Red Green Blue C M Y K H S L
Decimal 66 144 174 0.62 0.17 0 0.32 196.67 0.45 0.47
Hex 42 90 AE 3E 11 0 20 C5 2D 2F
Octal 102 220 256 76 21 0 40 305 55 57
Binary 1000010 10010000 10101110 111110 10001 0 100000 11000101 101101 101111

Color Harmonies of #4290AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4290AE

Black with #4290AE

Text Example


Text Example

White with #4290AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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