#448D92

Color #448D92 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #448D92

Tints of Blue Chill #448D92

Color information

#448D92 (or 0x448D92) is unknown color: approx Blue Chill. HEX triplet: 44, 8D and 92. RGB value is (68,141,146). Sum of RGB (Red+Green+Blue) = 68+141+146=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #448D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D92 is #BB726D. Grayscale: #777777. Windows color (decimal): -12284526 or 9604420. OLE color: 9604420.

HSL color Cylindrical-coordinate representation of color #448D92: hue angle of 183.85º 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 #448D92 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB68141146-
CMYK0.530.0300.43
HSL183.85º36.45%41.96%-
HSV(B)183.85º53.42%57.25%-
XYZ17.122.3530.61-
YUV119.74142.8291.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=19.15%
G=39.72%
B=41.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681411460.530.0300.43183.8536.4541.96
Hex448D9235302Bb8242a
Octal1042152226530532704452
Binary1000100100011011001001011010111010101110111000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448D92; }

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

 H1.HeaderClassName
 {
   color: #448D92;
 }
 .AnyTagClassName
 {
   color: #448D92;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #448D92;
 }
 .BgClassName
 {
   background-color: #448D92;
 }
</style>
border-color css

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

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

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