Html Css Color HEX #449493 Blue Chill

📋 copy color: '#449493'

red 68 ◦ green 148 ◦ blue 147

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

Shades of Blue Chill #449493

Tints of Blue Chill #449493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

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

R = 18.73%
G = 40.77%
B = 40.5%

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

#449493 (or 0x449493) is known color: Blue Chill. HEX triplet: 44, 94 and 93. RGB value is (68,148,147). Sum of RGB (Red+Green+Blue) = 68+148+147=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #449493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449493 is #BB6B6C. Grayscale: #7B7B7B. Windows color (decimal): -12282733 or 9671748. OLE color: 9671748.

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

Color convert

RGB 68 148 147 -
CMYK 0.54 0 0.01 0.42
HSL 179.25º 0.37% 0.42% -
HSV(B) 179.25º 0.54% 0.58% -
XYZ 18.24 24.52 31.37 -
YUV 123.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 68 148 147 0.54 0 0.01 0.42 179.25 0.37 0.42
Hex 44 94 93 36 0 1 2A B3 25 2A
Octal 104 224 223 66 0 1 52 263 45 52
Binary 1000100 10010100 10010011 110110 0 1 101010 10110011 100101 101010

Color Harmonies of #449493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449493

Black with #449493

Text Example


Text Example

White with #449493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449493; }

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

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

background-color css

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

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

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

border-color css

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

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

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