Html Css Color HEX #4199BC Boston Blue

📋 copy color: '#4199BC'

red 65 ◦ green 153 ◦ blue 188

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

Shades of Boston Blue #4199BC

Tints of Boston Blue #4199BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 16.01%
G = 37.68%
B = 46.31%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4199BC (or 0x4199BC) is known color: Boston Blue. HEX triplet: 41, 99 and BC. RGB value is (65,153,188). Sum of RGB (Red+Green+Blue) = 65+153+188=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #4199BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199BC is #BE6643. Grayscale: #828282. Windows color (decimal): -12478020 or 12360001. OLE color: 12360001.

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

Color convert

RGB 65 153 188 -
CMYK 0.65 0.19 0 0.26
HSL 197.07º 0.49% 0.5% -
HSV(B) 197.07º 0.65% 0.74% -
XYZ 22.65 27.54 51.7 -
YUV 130.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 65 153 188 0.65 0.19 0 0.26 197.07 0.49 0.5
Hex 41 99 BC 41 13 0 1A C5 31 32
Octal 101 231 274 101 23 0 32 305 61 62
Binary 1000001 10011001 10111100 1000001 10011 0 11010 11000101 110001 110010

Color Harmonies of #4199BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4199BC

Black with #4199BC

Text Example


Text Example

White with #4199BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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