Html Css Color HEX #4195AB Boston Blue

📋 copy color: '#4195AB'

red 65 ◦ green 149 ◦ blue 171

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

Shades of Boston Blue #4195AB

Tints of Boston Blue #4195AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 16.88%
G = 38.7%
B = 44.42%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4195AB (or 0x4195AB) is known color: Boston Blue. HEX triplet: 41, 95 and AB. RGB value is (65,149,171). Sum of RGB (Red+Green+Blue) = 65+149+171=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #4195AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4195AB is #BE6A54. Grayscale: #7E7E7E. Windows color (decimal): -12479061 or 11244865. OLE color: 11244865.

HSL color Cylindrical-coordinate representation of color #4195AB: hue angle of 192.45º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4195AB is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 149 171 -
CMYK 0.62 0.13 0 0.33
HSL 192.45º 0.45% 0.46% -
HSV(B) 192.45º 0.62% 0.67% -
XYZ 20.28 25.56 42.39 -
YUV 126.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 65 149 171 0.62 0.13 0 0.33 192.45 0.45 0.46
Hex 41 95 AB 3E D 0 21 C0 2D 2E
Octal 101 225 253 76 15 0 41 300 55 56
Binary 1000001 10010101 10101011 111110 1101 0 100001 11000000 101101 101110

Color Harmonies of #4195AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4195AB

Black with #4195AB

Text Example


Text Example

White with #4195AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4195AB; }

 p { color: rgb(65,149,171); }

 H1.HeaderClassName
 {
   color: #4195AB;
 }
 .AnyTagClassName
 {
   color: #4195AB;
 }
</style>

background-color css

<style>
 a { background-color: #4195AB; }

 a { background-color: rgb(65,149,171); }

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

border-color css

<style>
 span { border-color: #4195AB; }

 span { border-color: rgb(65,149,171); }

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