Html Css Color HEX #4295BB Boston Blue

📋 copy color: '#4295BB'

red 66 ◦ green 149 ◦ blue 187

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

Shades of Boston Blue #4295BB

Tints of Boston Blue #4295BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

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

R = 16.42%
G = 37.06%
B = 46.52%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4295BB (or 0x4295BB) is known color: Boston Blue. HEX triplet: 42, 95 and BB. RGB value is (66,149,187). Sum of RGB (Red+Green+Blue) = 66+149+187=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #4295BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4295BB is #BD6A44. Grayscale: #808080. Windows color (decimal): -12413509 or 12293442. OLE color: 12293442.

HSL color Cylindrical-coordinate representation of color #4295BB: hue angle of 198.84º 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 #4295BB is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 149 187 -
CMYK 0.65 0.20 0 0.27
HSL 198.84º 0.48% 0.5% -
HSV(B) 198.84º 0.65% 0.73% -
XYZ 21.96 26.24 50.92 -
YUV 128.52 161 83.41 -
System Red Green Blue C M Y K H S L
Decimal 66 149 187 0.65 0.20 0 0.27 198.84 0.48 0.5
Hex 42 95 BB 41 14 0 1B C7 30 32
Octal 102 225 273 101 24 0 33 307 60 62
Binary 1000010 10010101 10111011 1000001 10100 0 11011 11000111 110000 110010

Color Harmonies of #4295BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4295BB

Black with #4295BB

Text Example


Text Example

White with #4295BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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