Html Css Color HEX #4498A2 Boston Blue

📋 copy color: '#4498A2'

red 68 ◦ green 152 ◦ blue 162

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

Shades of Boston Blue #4498A2

Tints of Boston Blue #4498A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.41%

R = 17.8%
G = 39.79%
B = 42.41%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4498A2 (or 0x4498A2) is known color: Boston Blue. HEX triplet: 44, 98 and A2. RGB value is (68,152,162). Sum of RGB (Red+Green+Blue) = 68+152+162=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 162 - color contains mainly: blue. Hex color #4498A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4498A2 is #BB675D. Grayscale: #7F7F7F. Windows color (decimal): -12281694 or 10655812. OLE color: 10655812.

HSL color Cylindrical-coordinate representation of color #4498A2: hue angle of 186.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4498A2 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 152 162 -
CMYK 0.58 0.06 0 0.36
HSL 186.38º 0.41% 0.45% -
HSV(B) 186.38º 0.58% 0.64% -
XYZ 20.13 26.29 38.2 -
YUV 128.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 68 152 162 0.58 0.06 0 0.36 186.38 0.41 0.45
Hex 44 98 A2 3A 6 0 24 BA 29 2D
Octal 104 230 242 72 6 0 44 272 51 55
Binary 1000100 10011000 10100010 111010 110 0 100100 10111010 101001 101101

Color Harmonies of #4498A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4498A2

Black with #4498A2

Text Example


Text Example

White with #4498A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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