Html Css Color HEX #4185AB Boston Blue

📋 copy color: '#4185AB'

red 65 ◦ green 133 ◦ blue 171

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

Shades of Boston Blue #4185AB

Tints of Boston Blue #4185AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

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

R = 17.62%
G = 36.04%
B = 46.34%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4185AB (or 0x4185AB) is known color: Boston Blue. HEX triplet: 41, 85 and AB. RGB value is (65,133,171). Sum of RGB (Red+Green+Blue) = 65+133+171=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #4185AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4185AB is #BE7A54. Grayscale: #747474. Windows color (decimal): -12483157 or 11240769. OLE color: 11240769.

HSL color Cylindrical-coordinate representation of color #4185AB: hue angle of 201.51º 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 #4185AB is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 133 171 -
CMYK 0.62 0.22 0 0.33
HSL 201.51º 0.45% 0.46% -
HSV(B) 201.51º 0.62% 0.67% -
XYZ 17.92 20.84 41.61 -
YUV 117 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 65 133 171 0.62 0.22 0 0.33 201.51 0.45 0.46
Hex 41 85 AB 3E 16 0 21 CA 2D 2E
Octal 101 205 253 76 26 0 41 312 55 56
Binary 1000001 10000101 10101011 111110 10110 0 100001 11001010 101101 101110

Color Harmonies of #4185AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4185AB

Black with #4185AB

Text Example


Text Example

White with #4185AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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