#444572

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

Shades of Corn Flower Blue #444572

Tints of Corn Flower Blue #444572

Color information

#444572 (or 0x444572) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 45 and 72. RGB value is (68,69,114). Sum of RGB (Red+Green+Blue) = 68+69+114=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #444572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444572 is #BBBA8D. Grayscale: #494949. Windows color (decimal): -12302990 or 7488836. OLE color: 7488836.

HSL color Cylindrical-coordinate representation of color #444572: hue angle of 238.7º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444572 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6869114-
CMYK0.400.3900.55
HSL238.7º25.27%35.69%-
HSV(B)238.7º40.35%44.71%-
XYZ7.556.716.81-
YUV73.83150.67123.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=27.09%
G=27.49%
B=45.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68691140.400.3900.55238.725.2735.69
Hex4445722827037ef1924
Octal10410516250470673573144
Binary10001001000101111001010100010011101101111110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444572; }

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

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

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

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

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

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

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

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