#444A75

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

Shades of Corn Flower Blue #444A75

Tints of Corn Flower Blue #444A75

Color information

#444A75 (or 0x444A75) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 4A and 75. RGB value is (68,74,117). Sum of RGB (Red+Green+Blue) = 68+74+117=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #444A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A75 is #BBB58A. Grayscale: #4C4C4C. Windows color (decimal): -12301707 or 7686724. OLE color: 7686724.

HSL color Cylindrical-coordinate representation of color #444A75: hue angle of 232.65º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444A75 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6874117-
CMYK0.420.3700.54
HSL232.65º26.49%36.27%-
HSV(B)232.65º41.88%45.88%-
XYZ8.047.4117.84-
YUV77.11150.51121.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.25%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=26.25%
G=28.57%
B=45.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68741170.420.3700.54232.6526.4936.27
Hex444A752A25036e91a24
Octal10411216552450663513244
Binary10001001001010111010110101010010101101101110100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A75; }

 p { color: rgb(68,74,117); }

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

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

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

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

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

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

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