Html Css Color HEX #449CC1 Boston Blue

📋 copy color: '#449CC1'

red 68 ◦ green 156 ◦ blue 193

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

Shades of Boston Blue #449CC1

Tints of Boston Blue #449CC1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

 BLUE value IS 193 (75.78% from 255) = 46.28%

R = 16.31%
G = 37.41%
B = 46.28%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#449CC1 (or 0x449CC1) is known color: Boston Blue. HEX triplet: 44, 9C and C1. RGB value is (68,156,193). Sum of RGB (Red+Green+Blue) = 68+156+193=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #449CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CC1 is #BB633E. Grayscale: #858585. Windows color (decimal): -12280639 or 12688452. OLE color: 12688452.

HSL color Cylindrical-coordinate representation of color #449CC1: hue angle of 197.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #449CC1 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 156 193 -
CMYK 0.65 0.19 0 0.24
HSL 197.76º 0.5% 0.51% -
HSV(B) 197.76º 0.65% 0.76% -
XYZ 23.9 28.86 54.76 -
YUV 133.91 161.35 80.99 -
System Red Green Blue C M Y K H S L
Decimal 68 156 193 0.65 0.19 0 0.24 197.76 0.5 0.51
Hex 44 9C C1 41 13 0 18 C6 32 33
Octal 104 234 301 101 23 0 30 306 62 63
Binary 1000100 10011100 11000001 1000001 10011 0 11000 11000110 110010 110011

Color Harmonies of #449CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CC1

Black with #449CC1

Text Example


Text Example

White with #449CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,156,193); }

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

background-color css

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

 a { background-color: rgb(68,156,193); }

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

border-color css

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

 span { border-color: rgb(68,156,193); }

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