Html Css Color HEX #4198BF Boston Blue

📋 copy color: '#4198BF'

red 65 ◦ green 152 ◦ blue 191

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

Shades of Boston Blue #4198BF

Tints of Boston Blue #4198BF

RGB

 RED value IS 65 (25.78% from 255) = 15.93%

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

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

R = 15.93%
G = 37.25%
B = 46.81%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4198BF (or 0x4198BF) is known color: Boston Blue. HEX triplet: 41, 98 and BF. RGB value is (65,152,191). Sum of RGB (Red+Green+Blue) = 65+152+191=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #4198BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4198BF is #BE6740. Grayscale: #828282. Windows color (decimal): -12478273 or 12556353. OLE color: 12556353.

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

Color convert

RGB 65 152 191 -
CMYK 0.66 0.20 0 0.25
HSL 198.57º 0.5% 0.5% -
HSV(B) 198.57º 0.66% 0.75% -
XYZ 22.81 27.34 53.37 -
YUV 130.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 65 152 191 0.66 0.20 0 0.25 198.57 0.5 0.5
Hex 41 98 BF 42 14 0 19 C7 32 32
Octal 101 230 277 102 24 0 31 307 62 62
Binary 1000001 10011000 10111111 1000010 10100 0 11001 11000111 110010 110010

Color Harmonies of #4198BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4198BF

Black with #4198BF

Text Example


Text Example

White with #4198BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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