Html Css Color HEX #4199BF Boston Blue

📋 copy color: '#4199BF'

red 65 ◦ green 153 ◦ blue 191

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

Shades of Boston Blue #4199BF

Tints of Boston Blue #4199BF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.41%

 BLUE value IS 191 (75% from 255) = 46.7%

R = 15.89%
G = 37.41%
B = 46.7%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4199BF (or 0x4199BF) is known color: Boston Blue. HEX triplet: 41, 99 and BF. RGB value is (65,153,191). Sum of RGB (Red+Green+Blue) = 65+153+191=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #4199BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199BF is #BE6640. Grayscale: #828282. Windows color (decimal): -12478017 or 12556609. OLE color: 12556609.

HSL color Cylindrical-coordinate representation of color #4199BF: hue angle of 198.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4199BF is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 153 191 -
CMYK 0.66 0.20 0 0.25
HSL 198.1º 0.5% 0.5% -
HSV(B) 198.1º 0.66% 0.75% -
XYZ 22.98 27.67 53.42 -
YUV 131.02 161.85 80.91 -
System Red Green Blue C M Y K H S L
Decimal 65 153 191 0.66 0.20 0 0.25 198.1 0.5 0.5
Hex 41 99 BF 42 14 0 19 C6 32 32
Octal 101 231 277 102 24 0 31 306 62 62
Binary 1000001 10011001 10111111 1000010 10100 0 11001 11000110 110010 110010

Color Harmonies of #4199BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4199BF

Black with #4199BF

Text Example


Text Example

White with #4199BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4199BF; }

 p { color: rgb(65,153,191); }

 H1.HeaderClassName
 {
   color: #4199BF;
 }
 .AnyTagClassName
 {
   color: #4199BF;
 }
</style>

background-color css

<style>
 a { background-color: #4199BF; }

 a { background-color: rgb(65,153,191); }

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

border-color css

<style>
 span { border-color: #4199BF; }

 span { border-color: rgb(65,153,191); }

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