Html Css Color HEX #4498BA Boston Blue

📋 copy color: '#4498BA'

red 68 ◦ green 152 ◦ blue 186

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

Shades of Boston Blue #4498BA

Tints of Boston Blue #4498BA

RGB

 RED value IS 68 (26.95% from 255) = 16.75%

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 16.75%
G = 37.44%
B = 45.81%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4498BA (or 0x4498BA) is known color: Boston Blue. HEX triplet: 44, 98 and BA. RGB value is (68,152,186). Sum of RGB (Red+Green+Blue) = 68+152+186=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #4498BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4498BA is #BB6745. Grayscale: #828282. Windows color (decimal): -12281670 or 12228676. OLE color: 12228676.

HSL color Cylindrical-coordinate representation of color #4498BA: hue angle of 197.29º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4498BA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 152 186 -
CMYK 0.63 0.18 0 0.27
HSL 197.29º 0.46% 0.5% -
HSV(B) 197.29º 0.63% 0.73% -
XYZ 22.48 27.23 50.53 -
YUV 130.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 68 152 186 0.63 0.18 0 0.27 197.29 0.46 0.5
Hex 44 98 BA 3F 12 0 1B C5 2E 32
Octal 104 230 272 77 22 0 33 305 56 62
Binary 1000100 10011000 10111010 111111 10010 0 11011 11000101 101110 110010

Color Harmonies of #4498BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4498BA

Black with #4498BA

Text Example


Text Example

White with #4498BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4498BA; }

 p { color: rgb(68,152,186); }

 H1.HeaderClassName
 {
   color: #4498BA;
 }
 .AnyTagClassName
 {
   color: #4498BA;
 }
</style>

background-color css

<style>
 a { background-color: #4498BA; }

 a { background-color: rgb(68,152,186); }

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

border-color css

<style>
 span { border-color: #4498BA; }

 span { border-color: rgb(68,152,186); }

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