#444275

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

Shades of Corn Flower Blue #444275

Tints of Corn Flower Blue #444275

Color information

#444275 (or 0x444275) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 42 and 75. RGB value is (68,66,117). Sum of RGB (Red+Green+Blue) = 68+66+117=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #444275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444275 is #BBBD8A. Grayscale: #484848. Windows color (decimal): -12303755 or 7684676. OLE color: 7684676.

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

Color convert

RGB6866117-
CMYK0.420.4400.54
HSL242.35º27.87%35.88%-
HSV(B)242.35º43.59%45.88%-
XYZ7.546.4117.67-
YUV72.41153.16124.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=27.09%
G=26.29%
B=46.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68661170.420.4400.54242.3527.8735.88
Hex4442752A2C036f21c24
Octal10410216552540663623444
Binary10001001000010111010110101010110001101101111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444275; }

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

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

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

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

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

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

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

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