#448F92

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

Shades of Blue Chill #448F92

Tints of Blue Chill #448F92

Color information

#448F92 (or 0x448F92) is unknown color: approx Blue Chill. HEX triplet: 44, 8F and 92. RGB value is (68,143,146). Sum of RGB (Red+Green+Blue) = 68+143+146=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #448F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448F92 is #BB706D. Grayscale: #787878. Windows color (decimal): -12284014 or 9604932. OLE color: 9604932.

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

Color convert

RGB68143146-
CMYK0.530.0200.43
HSL182.31º36.45%41.96%-
HSV(B)182.31º53.42%57.25%-
XYZ17.3922.9530.71-
YUV120.92142.1590.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 143 (56.25% from 255) = 40.06%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=19.05%
G=40.06%
B=40.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681431460.530.0200.43182.3136.4541.96
Hex448F9235202Bb6242a
Octal1042172226520532664452
Binary1000100100011111001001011010110010101110110110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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