Html Css Color HEX #4099BB Boston Blue

📋 copy color: '#4099BB'

red 64 ◦ green 153 ◦ blue 187

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

Shades of Boston Blue #4099BB

Tints of Boston Blue #4099BB

RGB

 RED value IS 64 (25.39% from 255) = 15.84%

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 15.84%
G = 37.87%
B = 46.29%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4099BB (or 0x4099BB) is known color: Boston Blue. HEX triplet: 40, 99 and BB. RGB value is (64,153,187). Sum of RGB (Red+Green+Blue) = 64+153+187=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #4099BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099BB is #BF6644. Grayscale: #828282. Windows color (decimal): -12543557 or 12294464. OLE color: 12294464.

HSL color Cylindrical-coordinate representation of color #4099BB: hue angle of 196.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4099BB is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 153 187 -
CMYK 0.66 0.18 0 0.27
HSL 196.59º 0.49% 0.49% -
HSV(B) 196.59º 0.66% 0.73% -
XYZ 22.48 27.46 51.13 -
YUV 130.27 160.01 80.74 -
System Red Green Blue C M Y K H S L
Decimal 64 153 187 0.66 0.18 0 0.27 196.59 0.49 0.49
Hex 40 99 BB 42 12 0 1B C5 31 31
Octal 100 231 273 102 22 0 33 305 61 61
Binary 1000000 10011001 10111011 1000010 10010 0 11011 11000101 110001 110001

Color Harmonies of #4099BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4099BB

Black with #4099BB

Text Example


Text Example

White with #4099BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4099BB; }

 p { color: rgb(64,153,187); }

 H1.HeaderClassName
 {
   color: #4099BB;
 }
 .AnyTagClassName
 {
   color: #4099BB;
 }
</style>

background-color css

<style>
 a { background-color: #4099BB; }

 a { background-color: rgb(64,153,187); }

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

border-color css

<style>
 span { border-color: #4099BB; }

 span { border-color: rgb(64,153,187); }

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