Html Css Color HEX #4294BB Boston Blue

📋 copy color: '#4294BB'

red 66 ◦ green 148 ◦ blue 187

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

Shades of Boston Blue #4294BB

Tints of Boston Blue #4294BB

RGB

 RED value IS 66 (26.17% from 255) = 16.46%

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 16.46%
G = 36.91%
B = 46.63%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4294BB (or 0x4294BB) is known color: Boston Blue. HEX triplet: 42, 94 and BB. RGB value is (66,148,187). Sum of RGB (Red+Green+Blue) = 66+148+187=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #4294BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4294BB is #BD6B44. Grayscale: #7F7F7F. Windows color (decimal): -12413765 or 12293186. OLE color: 12293186.

HSL color Cylindrical-coordinate representation of color #4294BB: hue angle of 199.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4294BB is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 148 187 -
CMYK 0.65 0.21 0 0.27
HSL 199.34º 0.48% 0.5% -
HSV(B) 199.34º 0.65% 0.73% -
XYZ 21.81 25.93 50.87 -
YUV 127.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 66 148 187 0.65 0.21 0 0.27 199.34 0.48 0.5
Hex 42 94 BB 41 15 0 1B C7 30 32
Octal 102 224 273 101 25 0 33 307 60 62
Binary 1000010 10010100 10111011 1000001 10101 0 11011 11000111 110000 110010

Color Harmonies of #4294BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4294BB

Black with #4294BB

Text Example


Text Example

White with #4294BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,148,187); }

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

background-color css

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

 a { background-color: rgb(66,148,187); }

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

border-color css

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

 span { border-color: rgb(66,148,187); }

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