Html Css Color HEX #448989 Blue Chill

📋 copy color: '#448989'

red 68 ◦ green 137 ◦ blue 137

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

Shades of Blue Chill #448989

Tints of Blue Chill #448989

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

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

R = 19.88%
G = 40.06%
B = 40.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#448989 (or 0x448989) is known color: Blue Chill. HEX triplet: 44, 89 and 89. RGB value is (68,137,137). Sum of RGB (Red+Green+Blue) = 68+137+137=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #448989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448989 is #BB7676. Grayscale: #747474. Windows color (decimal): -12285559 or 9013572. OLE color: 9013572.

HSL color Cylindrical-coordinate representation of color #448989: hue angle of 180º 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 #448989 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 137 -
CMYK 0.50 0 0 0.46
HSL 180º 0.34% 0.4% -
HSV(B) 180º 0.5% 0.54% -
XYZ 15.84 20.93 26.87 -
YUV 116.37 139.64 93.5 -
System Red Green Blue C M Y K H S L
Decimal 68 137 137 0.50 0 0 0.46 180 0.34 0.4
Hex 44 89 89 32 0 0 2E B4 22 28
Octal 104 211 211 62 0 0 56 264 42 50
Binary 1000100 10001001 10001001 110010 0 0 101110 10110100 100010 101000

Color Harmonies of #448989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448989

Black with #448989

Text Example


Text Example

White with #448989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448989; }

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

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

background-color css

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

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

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

border-color css

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

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

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