#444475

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

Shades of Corn Flower Blue #444475

Tints of Corn Flower Blue #444475

Color information

#444475 (or 0x444475) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 44 and 75. RGB value is (68,68,117). Sum of RGB (Red+Green+Blue) = 68+68+117=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #444475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444475 is #BBBB8A. Grayscale: #494949. Windows color (decimal): -12303243 or 7685188. OLE color: 7685188.

HSL color Cylindrical-coordinate representation of color #444475: hue angle of 240º 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 #444475 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6868117-
CMYK0.420.4200.54
HSL240º26.49%36.27%-
HSV(B)240º41.88%45.88%-
XYZ7.666.6517.71-
YUV73.59152.5124.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=26.88%
G=26.88%
B=46.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68681170.420.4200.5424026.4936.27
Hex4444752A2A036f01a24
Octal10410416552520663603244
Binary10001001000100111010110101010101001101101111000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444475; }

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

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

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

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

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

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

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

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