Html Css Color HEX #4298BC Boston Blue

📋 copy color: '#4298BC'

red 66 ◦ green 152 ◦ blue 188

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

Shades of Boston Blue #4298BC

Tints of Boston Blue #4298BC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 16.26%
G = 37.44%
B = 46.31%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4298BC (or 0x4298BC) is known color: Boston Blue. HEX triplet: 42, 98 and BC. RGB value is (66,152,188). Sum of RGB (Red+Green+Blue) = 66+152+188=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #4298BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4298BC is #BD6743. Grayscale: #828282. Windows color (decimal): -12412740 or 12359746. OLE color: 12359746.

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

Color convert

RGB 66 152 188 -
CMYK 0.65 0.19 0 0.26
HSL 197.7º 0.48% 0.5% -
HSV(B) 197.7º 0.65% 0.74% -
XYZ 22.55 27.25 51.65 -
YUV 130.39 160.51 82.07 -
System Red Green Blue C M Y K H S L
Decimal 66 152 188 0.65 0.19 0 0.26 197.7 0.48 0.5
Hex 42 98 BC 41 13 0 1A C6 30 32
Octal 102 230 274 101 23 0 32 306 60 62
Binary 1000010 10011000 10111100 1000001 10011 0 11010 11000110 110000 110010

Color Harmonies of #4298BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4298BC

Black with #4298BC

Text Example


Text Example

White with #4298BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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