Html Css Color HEX #4198BC Boston Blue

📋 copy color: '#4198BC'

red 65 ◦ green 152 ◦ blue 188

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

Shades of Boston Blue #4198BC

Tints of Boston Blue #4198BC

RGB

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

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

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

R = 16.05%
G = 37.53%
B = 46.42%

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

#4198BC (or 0x4198BC) is known color: Boston Blue. HEX triplet: 41, 98 and BC. RGB value is (65,152,188). Sum of RGB (Red+Green+Blue) = 65+152+188=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 152 (59.77% from 255 or 37.53% 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 #4198BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4198BC is #BE6743. Grayscale: #818181. Windows color (decimal): -12478276 or 12359745. OLE color: 12359745.

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

Color convert

RGB 65 152 188 -
CMYK 0.65 0.19 0 0.26
HSL 197.56º 0.49% 0.5% -
HSV(B) 197.56º 0.65% 0.74% -
XYZ 22.49 27.21 51.64 -
YUV 130.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 65 152 188 0.65 0.19 0 0.26 197.56 0.49 0.5
Hex 41 98 BC 41 13 0 1A C6 31 32
Octal 101 230 274 101 23 0 32 306 61 62
Binary 1000001 10011000 10111100 1000001 10011 0 11010 11000110 110001 110010

Color Harmonies of #4198BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4198BC

Black with #4198BC

Text Example


Text Example

White with #4198BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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