Html Css Color HEX #449ABC Boston Blue

📋 copy color: '#449ABC'

red 68 ◦ green 154 ◦ blue 188

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

Shades of Boston Blue #449ABC

Tints of Boston Blue #449ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.56%

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

R = 16.59%
G = 37.56%
B = 45.85%

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

#449ABC (or 0x449ABC) is known color: Boston Blue. HEX triplet: 44, 9A and BC. RGB value is (68,154,188). Sum of RGB (Red+Green+Blue) = 68+154+188=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #449ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ABC is #BB6543. Grayscale: #838383. Windows color (decimal): -12281156 or 12360260. OLE color: 12360260.

HSL color Cylindrical-coordinate representation of color #449ABC: hue angle of 197º 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 #449ABC is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 154 188 -
CMYK 0.64 0.18 0 0.26
HSL 197º 0.47% 0.5% -
HSV(B) 197º 0.64% 0.74% -
XYZ 23.02 27.97 51.76 -
YUV 132.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 68 154 188 0.64 0.18 0 0.26 197 0.47 0.5
Hex 44 9A BC 40 12 0 1A C5 2F 32
Octal 104 232 274 100 22 0 32 305 57 62
Binary 1000100 10011010 10111100 1000000 10010 0 11010 11000101 101111 110010

Color Harmonies of #449ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449ABC

Black with #449ABC

Text Example


Text Example

White with #449ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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