Html Css Color HEX #4298BB Boston Blue

📋 copy color: '#4298BB'

red 66 ◦ green 152 ◦ blue 187

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

Shades of Boston Blue #4298BB

Tints of Boston Blue #4298BB

RGB

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

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

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

R = 16.3%
G = 37.53%
B = 46.17%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4298BB (or 0x4298BB) is known color: Boston Blue. HEX triplet: 42, 98 and BB. RGB value is (66,152,187). Sum of RGB (Red+Green+Blue) = 66+152+187=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #4298BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4298BB is #BD6744. Grayscale: #828282. Windows color (decimal): -12412741 or 12294210. OLE color: 12294210.

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

Color convert

RGB 66 152 187 -
CMYK 0.65 0.19 0 0.27
HSL 197.36º 0.48% 0.5% -
HSV(B) 197.36º 0.65% 0.73% -
XYZ 22.44 27.2 51.08 -
YUV 130.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 66 152 187 0.65 0.19 0 0.27 197.36 0.48 0.5
Hex 42 98 BB 41 13 0 1B C5 30 32
Octal 102 230 273 101 23 0 33 305 60 62
Binary 1000010 10011000 10111011 1000001 10011 0 11011 11000101 110000 110010

Color Harmonies of #4298BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4298BB

Black with #4298BB

Text Example


Text Example

White with #4298BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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