Html Css Color HEX #4298BF Boston Blue

📋 copy color: '#4298BF'

red 66 ◦ green 152 ◦ blue 191

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

Shades of Boston Blue #4298BF

Tints of Boston Blue #4298BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 16.14%
G = 37.16%
B = 46.7%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4298BF (or 0x4298BF) is known color: Boston Blue. HEX triplet: 42, 98 and BF. RGB value is (66,152,191). Sum of RGB (Red+Green+Blue) = 66+152+191=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #4298BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4298BF is #BD6740. Grayscale: #828282. Windows color (decimal): -12412737 or 12556354. OLE color: 12556354.

HSL color Cylindrical-coordinate representation of color #4298BF: hue angle of 198.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4298BF is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 152 191 -
CMYK 0.65 0.20 0 0.25
HSL 198.72º 0.49% 0.5% -
HSV(B) 198.72º 0.65% 0.75% -
XYZ 22.88 27.38 53.37 -
YUV 130.73 162.01 81.83 -
System Red Green Blue C M Y K H S L
Decimal 66 152 191 0.65 0.20 0 0.25 198.72 0.49 0.5
Hex 42 98 BF 41 14 0 19 C7 31 32
Octal 102 230 277 101 24 0 31 307 61 62
Binary 1000010 10011000 10111111 1000001 10100 0 11001 11000111 110001 110010

Color Harmonies of #4298BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4298BF

Black with #4298BF

Text Example


Text Example

White with #4298BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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