Html Css Color HEX #448889 Blue Chill

📋 copy color: '#448889'

red 68 ◦ green 136 ◦ blue 137

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

Shades of Blue Chill #448889

Tints of Blue Chill #448889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.88%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 19.94%
G = 39.88%
B = 40.18%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#448889 (or 0x448889) is known color: Blue Chill. HEX triplet: 44, 88 and 89. RGB value is (68,136,137). Sum of RGB (Red+Green+Blue) = 68+136+137=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #448889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448889 is #BB7776. Grayscale: #737373. Windows color (decimal): -12285815 or 9013316. OLE color: 9013316.

HSL color Cylindrical-coordinate representation of color #448889: hue angle of 180.87º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448889 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 136 137 -
CMYK 0.50 0.01 0 0.46
HSL 180.87º 0.34% 0.4% -
HSV(B) 180.87º 0.5% 0.54% -
XYZ 15.7 20.64 26.82 -
YUV 115.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 68 136 137 0.50 0.01 0 0.46 180.87 0.34 0.4
Hex 44 88 89 32 1 0 2E B5 22 28
Octal 104 210 211 62 1 0 56 265 42 50
Binary 1000100 10001000 10001001 110010 1 0 101110 10110101 100010 101000

Color Harmonies of #448889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448889

Black with #448889

Text Example


Text Example

White with #448889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448889; }

 p { color: rgb(68,136,137); }

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

background-color css

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

 a { background-color: rgb(68,136,137); }

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

border-color css

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

 span { border-color: rgb(68,136,137); }

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