Html Css Color HEX #4190AE Boston Blue

📋 copy color: '#4190AE'

red 65 ◦ green 144 ◦ blue 174

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

Shades of Boston Blue #4190AE

Tints of Boston Blue #4190AE

RGB

 RED value IS 65 (25.78% from 255) = 16.97%

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

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

R = 16.97%
G = 37.6%
B = 45.43%

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

#4190AE (or 0x4190AE) is known color: Boston Blue. HEX triplet: 41, 90 and AE. RGB value is (65,144,174). Sum of RGB (Red+Green+Blue) = 65+144+174=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #4190AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4190AE is #BE6F51. Grayscale: #7B7B7B. Windows color (decimal): -12480338 or 11440193. OLE color: 11440193.

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

Color convert

RGB 65 144 174 -
CMYK 0.63 0.17 0 0.32
HSL 196.51º 0.46% 0.47% -
HSV(B) 196.51º 0.63% 0.68% -
XYZ 19.79 24.13 43.66 -
YUV 123.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 65 144 174 0.63 0.17 0 0.32 196.51 0.46 0.47
Hex 41 90 AE 3F 11 0 20 C5 2E 2F
Octal 101 220 256 77 21 0 40 305 56 57
Binary 1000001 10010000 10101110 111111 10001 0 100000 11000101 101110 101111

Color Harmonies of #4190AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4190AE

Black with #4190AE

Text Example


Text Example

White with #4190AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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