Html Css Color HEX #449BBC Boston Blue

📋 copy color: '#449BBC'

red 68 ◦ green 155 ◦ blue 188

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

Shades of Boston Blue #449BBC

Tints of Boston Blue #449BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

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

R = 16.55%
G = 37.71%
B = 45.74%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#449BBC (or 0x449BBC) is known color: Boston Blue. HEX triplet: 44, 9B and BC. RGB value is (68,155,188). Sum of RGB (Red+Green+Blue) = 68+155+188=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #449BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BBC is #BB6443. Grayscale: #848484. Windows color (decimal): -12280900 or 12360516. OLE color: 12360516.

HSL color Cylindrical-coordinate representation of color #449BBC: hue angle of 196.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #449BBC is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 155 188 -
CMYK 0.64 0.18 0 0.26
HSL 196.5º 0.47% 0.5% -
HSV(B) 196.5º 0.64% 0.74% -
XYZ 23.18 28.3 51.82 -
YUV 132.75 159.18 81.82 -
System Red Green Blue C M Y K H S L
Decimal 68 155 188 0.64 0.18 0 0.26 196.5 0.47 0.5
Hex 44 9B BC 40 12 0 1A C4 2F 32
Octal 104 233 274 100 22 0 32 304 57 62
Binary 1000100 10011011 10111100 1000000 10010 0 11010 11000100 101111 110010

Color Harmonies of #449BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BBC

Black with #449BBC

Text Example


Text Example

White with #449BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449BBC; }

 p { color: rgb(68,155,188); }

 H1.HeaderClassName
 {
   color: #449BBC;
 }
 .AnyTagClassName
 {
   color: #449BBC;
 }
</style>

background-color css

<style>
 a { background-color: #449BBC; }

 a { background-color: rgb(68,155,188); }

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

border-color css

<style>
 span { border-color: #449BBC; }

 span { border-color: rgb(68,155,188); }

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