Html Css Color HEX #4297BC Boston Blue

📋 copy color: '#4297BC'

red 66 ◦ green 151 ◦ blue 188

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

Shades of Boston Blue #4297BC

Tints of Boston Blue #4297BC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

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

R = 16.3%
G = 37.28%
B = 46.42%

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

#4297BC (or 0x4297BC) is known color: Boston Blue. HEX triplet: 42, 97 and BC. RGB value is (66,151,188). Sum of RGB (Red+Green+Blue) = 66+151+188=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #4297BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4297BC is #BD6843. Grayscale: #818181. Windows color (decimal): -12412996 or 12359490. OLE color: 12359490.

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

Color convert

RGB 66 151 188 -
CMYK 0.65 0.20 0 0.26
HSL 198.2º 0.48% 0.5% -
HSV(B) 198.2º 0.65% 0.74% -
XYZ 22.39 26.92 51.59 -
YUV 129.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 66 151 188 0.65 0.20 0 0.26 198.2 0.48 0.5
Hex 42 97 BC 41 14 0 1A C6 30 32
Octal 102 227 274 101 24 0 32 306 60 62
Binary 1000010 10010111 10111100 1000001 10100 0 11010 11000110 110000 110010

Color Harmonies of #4297BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4297BC

Black with #4297BC

Text Example


Text Example

White with #4297BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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