Html Css Color HEX #449B92 Blue Chill

📋 copy color: '#449B92'

red 68 ◦ green 155 ◦ blue 146

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

Shades of Blue Chill #449B92

Tints of Blue Chill #449B92

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

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

R = 18.43%
G = 42.01%
B = 39.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#449B92 (or 0x449B92) is known color: Blue Chill. HEX triplet: 44, 9B and 92. RGB value is (68,155,146). Sum of RGB (Red+Green+Blue) = 68+155+146=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #449B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B92 is #BB646D. Grayscale: #7F7F7F. Windows color (decimal): -12280942 or 9608004. OLE color: 9608004.

HSL color Cylindrical-coordinate representation of color #449B92: hue angle of 173.79º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B92 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 155 146 -
CMYK 0.56 0 0.06 0.39
HSL 173.79º 0.39% 0.44% -
HSV(B) 173.79º 0.56% 0.61% -
XYZ 19.29 26.75 31.34 -
YUV 127.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 68 155 146 0.56 0 0.06 0.39 173.79 0.39 0.44
Hex 44 9B 92 38 0 6 27 AE 27 2C
Octal 104 233 222 70 0 6 47 256 47 54
Binary 1000100 10011011 10010010 111000 0 110 100111 10101110 100111 101100

Color Harmonies of #449B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B92

Black with #449B92

Text Example


Text Example

White with #449B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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