#444670

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

Shades of Corn Flower Blue #444670

Tints of Corn Flower Blue #444670

Color information

#444670 (or 0x444670) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 46 and 70. RGB value is (68,70,112). Sum of RGB (Red+Green+Blue) = 68+70+112=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #444670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444670 is #BBB98F. Grayscale: #4A4A4A. Windows color (decimal): -12302736 or 7358020. OLE color: 7358020.

HSL color Cylindrical-coordinate representation of color #444670: hue angle of 237.27º 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 #444670 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6870112-
CMYK0.390.3800.56
HSL237.27º24.44%35.29%-
HSV(B)237.27º39.29%43.92%-
XYZ7.56.7816.24-
YUV74.19149.34123.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=27.2%
G=28%
B=44.8%

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
Decimal68701120.390.3800.56237.2724.4435.29
Hex4446702726038ed1823
Octal10410616047460703553043
Binary10001001000110111000010011110011001110001110110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444670; }

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

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

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

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

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

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

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

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