#449298

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

Shades of Blue Chill #449298

Tints of Blue Chill #449298

Color information

#449298 (or 0x449298) is unknown color: approx Blue Chill. HEX triplet: 44, 92 and 98. RGB value is (68,146,152). Sum of RGB (Red+Green+Blue) = 68+146+152=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #449298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449298 is #BB6D67. Grayscale: #7B7B7B. Windows color (decimal): -12283240 or 9998916. OLE color: 9998916.

HSL color Cylindrical-coordinate representation of color #449298: hue angle of 184.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449298 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB68146152-
CMYK0.550.0400.40
HSL184.29º38.18%43.14%-
HSV(B)184.29º55.26%59.61%-
XYZ18.3324.0533.38-
YUV123.36144.1688.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 152 (59.77% from 255) = 41.53%
R=18.58%
G=39.89%
B=41.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681461520.550.0400.40184.2938.1843.14
Hex449298374028b8262b
Octal1042222306740502704653
Binary10001001001001010011000110111100010100010111000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449298; }

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

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

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

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

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

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

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

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