Html Css Color HEX #4296BC Boston Blue

📋 copy color: '#4296BC'

red 66 ◦ green 150 ◦ blue 188

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

Shades of Boston Blue #4296BC

Tints of Boston Blue #4296BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 16.34%
G = 37.13%
B = 46.53%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4296BC (or 0x4296BC) is known color: Boston Blue. HEX triplet: 42, 96 and BC. RGB value is (66,150,188). Sum of RGB (Red+Green+Blue) = 66+150+188=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #4296BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296BC is #BD6943. Grayscale: #808080. Windows color (decimal): -12413252 or 12359234. OLE color: 12359234.

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

Color convert

RGB 66 150 188 -
CMYK 0.65 0.20 0 0.26
HSL 198.69º 0.48% 0.5% -
HSV(B) 198.69º 0.65% 0.74% -
XYZ 22.23 26.6 51.54 -
YUV 129.22 161.17 82.91 -
System Red Green Blue C M Y K H S L
Decimal 66 150 188 0.65 0.20 0 0.26 198.69 0.48 0.5
Hex 42 96 BC 41 14 0 1A C7 30 32
Octal 102 226 274 101 24 0 32 307 60 62
Binary 1000010 10010110 10111100 1000001 10100 0 11010 11000111 110000 110010

Color Harmonies of #4296BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4296BC

Black with #4296BC

Text Example


Text Example

White with #4296BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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