Html Css Color HEX #4191AD Boston Blue

📋 copy color: '#4191AD'

red 65 ◦ green 145 ◦ blue 173

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

Shades of Boston Blue #4191AD

Tints of Boston Blue #4191AD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 16.97%
G = 37.86%
B = 45.17%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4191AD (or 0x4191AD) is known color: Boston Blue. HEX triplet: 41, 91 and AD. RGB value is (65,145,173). Sum of RGB (Red+Green+Blue) = 65+145+173=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 145 (57.03% from 255 or 37.86% 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 #4191AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4191AD is #BE6E52. Grayscale: #7C7C7C. Windows color (decimal): -12480083 or 11374913. OLE color: 11374913.

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

Color convert

RGB 65 145 173 -
CMYK 0.62 0.16 0 0.32
HSL 195.56º 0.45% 0.47% -
HSV(B) 195.56º 0.62% 0.68% -
XYZ 19.85 24.39 43.2 -
YUV 124.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 65 145 173 0.62 0.16 0 0.32 195.56 0.45 0.47
Hex 41 91 AD 3E 10 0 20 C4 2D 2F
Octal 101 221 255 76 20 0 40 304 55 57
Binary 1000001 10010001 10101101 111110 10000 0 100000 11000100 101101 101111

Color Harmonies of #4191AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4191AD

Black with #4191AD

Text Example


Text Example

White with #4191AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,145,173); }

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

background-color css

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

 a { background-color: rgb(65,145,173); }

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

border-color css

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

 span { border-color: rgb(65,145,173); }

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