#444570

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

Shades of Corn Flower Blue #444570

Tints of Corn Flower Blue #444570

Color information

#444570 (or 0x444570) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 45 and 70. RGB value is (68,69,112). Sum of RGB (Red+Green+Blue) = 68+69+112=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #444570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444570 is #BBBA8F. Grayscale: #494949. Windows color (decimal): -12302992 or 7357764. OLE color: 7357764.

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

Color convert

RGB6869112-
CMYK0.390.3800.56
HSL238.64º24.44%35.29%-
HSV(B)238.64º39.29%43.92%-
XYZ7.446.6616.22-
YUV73.6149.67124-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=27.31%
G=27.71%
B=44.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68691120.390.3800.56238.6424.4435.29
Hex4445702726038ef1823
Octal10410516047460703573043
Binary10001001000101111000010011110011001110001110111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444570; }

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

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

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

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

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

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

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

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