Html Css Color HEX #4198AD Boston Blue

📋 copy color: '#4198AD'

red 65 ◦ green 152 ◦ blue 173

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

Shades of Boston Blue #4198AD

Tints of Boston Blue #4198AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 16.67%
G = 38.97%
B = 44.36%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4198AD (or 0x4198AD) is known color: Boston Blue. HEX triplet: 41, 98 and AD. RGB value is (65,152,173). Sum of RGB (Red+Green+Blue) = 65+152+173=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #4198AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4198AD is #BE6752. Grayscale: #808080. Windows color (decimal): -12478291 or 11376705. OLE color: 11376705.

HSL color Cylindrical-coordinate representation of color #4198AD: hue angle of 191.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4198AD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 152 173 -
CMYK 0.62 0.12 0 0.32
HSL 191.67º 0.45% 0.47% -
HSV(B) 191.67º 0.62% 0.68% -
XYZ 20.95 26.6 43.56 -
YUV 128.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 65 152 173 0.62 0.12 0 0.32 191.67 0.45 0.47
Hex 41 98 AD 3E C 0 20 C0 2D 2F
Octal 101 230 255 76 14 0 40 300 55 57
Binary 1000001 10011000 10101101 111110 1100 0 100000 11000000 101101 101111

Color Harmonies of #4198AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4198AD

Black with #4198AD

Text Example


Text Example

White with #4198AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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