Html Css Color HEX #4296BD Boston Blue

📋 copy color: '#4296BD'

red 66 ◦ green 150 ◦ blue 189

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

Shades of Boston Blue #4296BD

Tints of Boston Blue #4296BD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 16.3%
G = 37.04%
B = 46.67%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4296BD (or 0x4296BD) is known color: Boston Blue. HEX triplet: 42, 96 and BD. RGB value is (66,150,189). Sum of RGB (Red+Green+Blue) = 66+150+189=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #4296BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296BD is #BD6942. Grayscale: #818181. Windows color (decimal): -12413251 or 12424770. OLE color: 12424770.

HSL color Cylindrical-coordinate representation of color #4296BD: hue angle of 199.02º degrees, saturation: 0.48, 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 #4296BD is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 150 189 -
CMYK 0.65 0.21 0 0.26
HSL 199.02º 0.48% 0.5% -
HSV(B) 199.02º 0.65% 0.74% -
XYZ 22.34 26.65 52.11 -
YUV 129.33 161.67 82.83 -
System Red Green Blue C M Y K H S L
Decimal 66 150 189 0.65 0.21 0 0.26 199.02 0.48 0.5
Hex 42 96 BD 41 15 0 1A C7 30 32
Octal 102 226 275 101 25 0 32 307 60 62
Binary 1000010 10010110 10111101 1000001 10101 0 11010 11000111 110000 110010

Color Harmonies of #4296BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4296BD

Black with #4296BD

Text Example


Text Example

White with #4296BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4296BD; }

 p { color: rgb(66,150,189); }

 H1.HeaderClassName
 {
   color: #4296BD;
 }
 .AnyTagClassName
 {
   color: #4296BD;
 }
</style>

background-color css

<style>
 a { background-color: #4296BD; }

 a { background-color: rgb(66,150,189); }

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

border-color css

<style>
 span { border-color: #4296BD; }

 span { border-color: rgb(66,150,189); }

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