Html Css Color HEX #4191A2 Boston Blue

📋 copy color: '#4191A2'

red 65 ◦ green 145 ◦ blue 162

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

Shades of Boston Blue #4191A2

Tints of Boston Blue #4191A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.55%

R = 17.47%
G = 38.98%
B = 43.55%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4191A2 (or 0x4191A2) is known color: Boston Blue. HEX triplet: 41, 91 and A2. RGB value is (65,145,162). Sum of RGB (Red+Green+Blue) = 65+145+162=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #4191A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4191A2 is #BE6E5D. Grayscale: #7A7A7A. Windows color (decimal): -12480094 or 10654017. OLE color: 10654017.

HSL color Cylindrical-coordinate representation of color #4191A2: hue angle of 190.52º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4191A2 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 145 162 -
CMYK 0.60 0.10 0 0.36
HSL 190.52º 0.43% 0.45% -
HSV(B) 190.52º 0.6% 0.64% -
XYZ 18.83 23.98 37.82 -
YUV 123.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 65 145 162 0.60 0.10 0 0.36 190.52 0.43 0.45
Hex 41 91 A2 3C A 0 24 BF 2B 2D
Octal 101 221 242 74 12 0 44 277 53 55
Binary 1000001 10010001 10100010 111100 1010 0 100100 10111111 101011 101101

Color Harmonies of #4191A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4191A2

Black with #4191A2

Text Example


Text Example

White with #4191A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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