#444870

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

Shades of Corn Flower Blue #444870

Tints of Corn Flower Blue #444870

Color information

#444870 (or 0x444870) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 48 and 70. RGB value is (68,72,112). Sum of RGB (Red+Green+Blue) = 68+72+112=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #444870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444870 is #BBB78F. Grayscale: #4B4B4B. Windows color (decimal): -12302224 or 7358532. OLE color: 7358532.

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

Color convert

RGB6872112-
CMYK0.390.3600.56
HSL234.55º24.44%35.29%-
HSV(B)234.55º39.29%43.92%-
XYZ7.637.0316.28-
YUV75.36148.67122.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=26.98%
G=28.57%
B=44.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68721120.390.3600.56234.5524.4435.29
Hex4448702724038eb1823
Octal10411016047440703533043
Binary10001001001000111000010011110010001110001110101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444870; }

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

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

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

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

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

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

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

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