Html Css Color HEX #4496B4 Boston Blue

📋 copy color: '#4496B4'

red 68 ◦ green 150 ◦ blue 180

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

Shades of Boston Blue #4496B4

Tints of Boston Blue #4496B4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.69%

 BLUE value IS 180 (70.7% from 255) = 45.23%

R = 17.09%
G = 37.69%
B = 45.23%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4496B4 (or 0x4496B4) is known color: Boston Blue. HEX triplet: 44, 96 and B4. RGB value is (68,150,180). Sum of RGB (Red+Green+Blue) = 68+150+180=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #4496B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496B4 is #BB694B. Grayscale: #808080. Windows color (decimal): -12282188 or 11834948. OLE color: 11834948.

HSL color Cylindrical-coordinate representation of color #4496B4: hue angle of 196.07º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4496B4 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 150 180 -
CMYK 0.62 0.17 0 0.29
HSL 196.07º 0.45% 0.49% -
HSV(B) 196.07º 0.62% 0.71% -
XYZ 21.53 26.34 47.13 -
YUV 128.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 68 150 180 0.62 0.17 0 0.29 196.07 0.45 0.49
Hex 44 96 B4 3E 11 0 1D C4 2D 31
Octal 104 226 264 76 21 0 35 304 55 61
Binary 1000100 10010110 10110100 111110 10001 0 11101 11000100 101101 110001

Color Harmonies of #4496B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4496B4

Black with #4496B4

Text Example


Text Example

White with #4496B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4496B4; }

 p { color: rgb(68,150,180); }

 H1.HeaderClassName
 {
   color: #4496B4;
 }
 .AnyTagClassName
 {
   color: #4496B4;
 }
</style>

background-color css

<style>
 a { background-color: #4496B4; }

 a { background-color: rgb(68,150,180); }

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

border-color css

<style>
 span { border-color: #4496B4; }

 span { border-color: rgb(68,150,180); }

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