#444270

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

Shades of Corn Flower Blue #444270

Tints of Corn Flower Blue #444270

Color information

#444270 (or 0x444270) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 42 and 70. RGB value is (68,66,112). Sum of RGB (Red+Green+Blue) = 68+66+112=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #444270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444270 is #BBBD8F. Grayscale: #474747. Windows color (decimal): -12303760 or 7356996. OLE color: 7356996.

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

Color convert

RGB6866112-
CMYK0.390.4100.56
HSL242.61º25.84%34.9%-
HSV(B)242.61º41.07%43.92%-
XYZ7.266.316.16-
YUV71.84150.66125.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=27.64%
G=26.83%
B=45.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68661120.390.4100.56242.6125.8434.9
Hex4442702729038f31a23
Octal10410216047510703633243
Binary10001001000010111000010011110100101110001111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444270; }

 p { color: rgb(68,66,112); }

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

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

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

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

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

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

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