Html Css Color HEX #4199BD Boston Blue

📋 copy color: '#4199BD'

red 65 ◦ green 153 ◦ blue 189

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

Shades of Boston Blue #4199BD

Tints of Boston Blue #4199BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 15.97%
G = 37.59%
B = 46.44%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4199BD (or 0x4199BD) is known color: Boston Blue. HEX triplet: 41, 99 and BD. RGB value is (65,153,189). Sum of RGB (Red+Green+Blue) = 65+153+189=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #4199BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199BD is #BE6642. Grayscale: #828282. Windows color (decimal): -12478019 or 12425537. OLE color: 12425537.

HSL color Cylindrical-coordinate representation of color #4199BD: hue angle of 197.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4199BD is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 153 189 -
CMYK 0.66 0.19 0 0.26
HSL 197.42º 0.49% 0.5% -
HSV(B) 197.42º 0.66% 0.74% -
XYZ 22.76 27.58 52.27 -
YUV 130.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 65 153 189 0.66 0.19 0 0.26 197.42 0.49 0.5
Hex 41 99 BD 42 13 0 1A C5 31 32
Octal 101 231 275 102 23 0 32 305 61 62
Binary 1000001 10011001 10111101 1000010 10011 0 11010 11000101 110001 110010

Color Harmonies of #4199BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4199BD

Black with #4199BD

Text Example


Text Example

White with #4199BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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