#444468

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

Shades of Corn Flower Blue #444468

Tints of Corn Flower Blue #444468

Color information

#444468 (or 0x444468) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 44 and 68. RGB value is (68,68,104). Sum of RGB (Red+Green+Blue) = 68+68+104=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #444468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444468 is #BBBB97. Grayscale: #474747. Windows color (decimal): -12303256 or 6833220. OLE color: 6833220.

HSL color Cylindrical-coordinate representation of color #444468: hue angle of 240º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #444468 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6868104-
CMYK0.350.3500.59
HSL240º20.93%33.73%-
HSV(B)240º34.62%40.78%-
XYZ6.956.3613.96-
YUV72.1146125.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=28.33%
G=28.33%
B=43.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68681040.350.3500.5924020.9333.73
Hex444468232303Bf01522
Octal10410415043430733602542
Binary10001001000100110100010001110001101110111111000010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444468; }

 p { color: rgb(68,68,104); }

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

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

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

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

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

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

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