Html Css Color HEX #449593 Blue Chill

📋 copy color: '#449593'

red 68 ◦ green 149 ◦ blue 147

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

Shades of Blue Chill #449593

Tints of Blue Chill #449593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 18.68%
G = 40.93%
B = 40.38%

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

#449593 (or 0x449593) is known color: Blue Chill. HEX triplet: 44, 95 and 93. RGB value is (68,149,147). Sum of RGB (Red+Green+Blue) = 68+149+147=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #449593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449593 is #BB6A6C. Grayscale: #7C7C7C. Windows color (decimal): -12282477 or 9672004. OLE color: 9672004.

HSL color Cylindrical-coordinate representation of color #449593: hue angle of 178.52º 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 #449593 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 149 147 -
CMYK 0.54 0 0.01 0.42
HSL 178.52º 0.37% 0.43% -
HSV(B) 178.52º 0.54% 0.58% -
XYZ 18.4 24.83 31.43 -
YUV 124.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 68 149 147 0.54 0 0.01 0.42 178.52 0.37 0.43
Hex 44 95 93 36 0 1 2A B3 25 2B
Octal 104 225 223 66 0 1 52 263 45 53
Binary 1000100 10010101 10010011 110110 0 1 101010 10110011 100101 101011

Color Harmonies of #449593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449593

Black with #449593

Text Example


Text Example

White with #449593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449593; }

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

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

background-color css

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

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

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

border-color css

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

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

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