Html Css Color HEX #449594 Blue Chill

📋 copy color: '#449594'

red 68 ◦ green 149 ◦ blue 148

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

Shades of Blue Chill #449594

Tints of Blue Chill #449594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 18.63%
G = 40.82%
B = 40.55%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#449594 (or 0x449594) is known color: Blue Chill. HEX triplet: 44, 95 and 94. RGB value is (68,149,148). Sum of RGB (Red+Green+Blue) = 68+149+148=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #449594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449594 is #BB6A6B. Grayscale: #7C7C7C. Windows color (decimal): -12282476 or 9737540. OLE color: 9737540.

HSL color Cylindrical-coordinate representation of color #449594: hue angle of 179.26º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449594 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 149 148 -
CMYK 0.54 0 0.01 0.42
HSL 179.26º 0.37% 0.43% -
HSV(B) 179.26º 0.54% 0.58% -
XYZ 18.48 24.86 31.84 -
YUV 124.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 68 149 148 0.54 0 0.01 0.42 179.26 0.37 0.43
Hex 44 95 94 36 0 1 2A B3 25 2B
Octal 104 225 224 66 0 1 52 263 45 53
Binary 1000100 10010101 10010100 110110 0 1 101010 10110011 100101 101011

Color Harmonies of #449594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449594

Black with #449594

Text Example


Text Example

White with #449594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449594; }

 p { color: rgb(68,149,148); }

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

background-color css

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

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

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

border-color css

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

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

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