Html Css Color HEX #449192 Blue Chill

📋 copy color: '#449192'

red 68 ◦ green 145 ◦ blue 146

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

Shades of Blue Chill #449192

Tints of Blue Chill #449192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.39%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 18.94%
G = 40.39%
B = 40.67%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#449192 (or 0x449192) is known color: Blue Chill. HEX triplet: 44, 91 and 92. RGB value is (68,145,146). Sum of RGB (Red+Green+Blue) = 68+145+146=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #449192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449192 is #BB6E6D. Grayscale: #7A7A7A. Windows color (decimal): -12283502 or 9605444. OLE color: 9605444.

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

Color convert

RGB 68 145 146 -
CMYK 0.53 0.01 0 0.43
HSL 180.77º 0.36% 0.42% -
HSV(B) 180.77º 0.53% 0.57% -
XYZ 17.7 23.56 30.81 -
YUV 122.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 68 145 146 0.53 0.01 0 0.43 180.77 0.36 0.42
Hex 44 91 92 35 1 0 2B B5 24 2A
Octal 104 221 222 65 1 0 53 265 44 52
Binary 1000100 10010001 10010010 110101 1 0 101011 10110101 100100 101010

Color Harmonies of #449192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449192

Black with #449192

Text Example


Text Example

White with #449192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449192; }

 p { color: rgb(68,145,146); }

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

background-color css

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

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

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

border-color css

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

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

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