#444675

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

Shades of Corn Flower Blue #444675

Tints of Corn Flower Blue #444675

Color information

#444675 (or 0x444675) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 46 and 75. RGB value is (68,70,117). Sum of RGB (Red+Green+Blue) = 68+70+117=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #444675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444675 is #BBB98A. Grayscale: #4A4A4A. Windows color (decimal): -12302731 or 7685700. OLE color: 7685700.

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

Color convert

RGB6870117-
CMYK0.420.4000.54
HSL237.55º26.49%36.27%-
HSV(B)237.55º41.88%45.88%-
XYZ7.786.8917.75-
YUV74.76151.84123.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=26.67%
G=27.45%
B=45.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68701170.420.4000.54237.5526.4936.27
Hex4446752A28036ee1a24
Octal10410616552500663563244
Binary10001001000110111010110101010100001101101110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444675; }

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

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

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

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

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

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

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

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