Html Css Color HEX #449899 Blue Chill

📋 copy color: '#449899'

red 68 ◦ green 152 ◦ blue 153

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

Shades of Blue Chill #449899

Tints of Blue Chill #449899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 18.23%
G = 40.75%
B = 41.02%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#449899 (or 0x449899) is known color: Blue Chill. HEX triplet: 44, 98 and 99. RGB value is (68,152,153). Sum of RGB (Red+Green+Blue) = 68+152+153=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #449899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449899 is #BB6766. Grayscale: #7E7E7E. Windows color (decimal): -12281703 or 10065988. OLE color: 10065988.

HSL color Cylindrical-coordinate representation of color #449899: hue angle of 180.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449899 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 152 153 -
CMYK 0.56 0.01 0 0.4
HSL 180.71º 0.38% 0.43% -
HSV(B) 180.71º 0.56% 0.6% -
XYZ 19.36 25.99 34.13 -
YUV 127 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 68 152 153 0.56 0.01 0 0.4 180.71 0.38 0.43
Hex 44 98 99 38 1 0 28 B5 26 2B
Octal 104 230 231 70 1 0 50 265 46 53
Binary 1000100 10011000 10011001 111000 1 0 101000 10110101 100110 101011

Color Harmonies of #449899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449899

Black with #449899

Text Example


Text Example

White with #449899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449899; }

 p { color: rgb(68,152,153); }

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

background-color css

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

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

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

border-color css

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

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

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