Html Css Color HEX #449992 Blue Chill

📋 copy color: '#449992'

red 68 ◦ green 153 ◦ blue 146

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

Shades of Blue Chill #449992

Tints of Blue Chill #449992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

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

R = 18.53%
G = 41.69%
B = 39.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#449992 (or 0x449992) is known color: Blue Chill. HEX triplet: 44, 99 and 92. RGB value is (68,153,146). Sum of RGB (Red+Green+Blue) = 68+153+146=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #449992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449992 is #BB666D. Grayscale: #7E7E7E. Windows color (decimal): -12281454 or 9607492. OLE color: 9607492.

HSL color Cylindrical-coordinate representation of color #449992: hue angle of 175.06º 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 #449992 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 153 146 -
CMYK 0.56 0 0.05 0.4
HSL 175.06º 0.38% 0.43% -
HSV(B) 175.06º 0.56% 0.6% -
XYZ 18.96 26.09 31.23 -
YUV 126.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 68 153 146 0.56 0 0.05 0.4 175.06 0.38 0.43
Hex 44 99 92 38 0 5 28 AF 26 2B
Octal 104 231 222 70 0 5 50 257 46 53
Binary 1000100 10011001 10010010 111000 0 101 101000 10101111 100110 101011

Color Harmonies of #449992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449992

Black with #449992

Text Example


Text Example

White with #449992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449992; }

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

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

background-color css

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

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

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

border-color css

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

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

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