Html Css Color HEX #4099BF Boston Blue

📋 copy color: '#4099BF'

red 64 ◦ green 153 ◦ blue 191

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

Shades of Boston Blue #4099BF

Tints of Boston Blue #4099BF

RGB

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

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

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

R = 15.69%
G = 37.5%
B = 46.81%

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

#4099BF (or 0x4099BF) is known color: Boston Blue. HEX triplet: 40, 99 and BF. RGB value is (64,153,191). Sum of RGB (Red+Green+Blue) = 64+153+191=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #4099BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099BF is #BF6640. Grayscale: #828282. Windows color (decimal): -12543553 or 12556608. OLE color: 12556608.

HSL color Cylindrical-coordinate representation of color #4099BF: hue angle of 197.95º 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 #4099BF is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 153 191 -
CMYK 0.66 0.20 0 0.25
HSL 197.95º 0.5% 0.5% -
HSV(B) 197.95º 0.66% 0.75% -
XYZ 22.91 27.63 53.42 -
YUV 130.72 162.01 80.41 -
System Red Green Blue C M Y K H S L
Decimal 64 153 191 0.66 0.20 0 0.25 197.95 0.5 0.5
Hex 40 99 BF 42 14 0 19 C6 32 32
Octal 100 231 277 102 24 0 31 306 62 62
Binary 1000000 10011001 10111111 1000010 10100 0 11001 11000110 110010 110010

Color Harmonies of #4099BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4099BF

Black with #4099BF

Text Example


Text Example

White with #4099BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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