#44466B

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

Shades of Corn Flower Blue #44466B

Tints of Corn Flower Blue #44466B

Color information

#44466B (or 0x44466B) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 46 and 6B. RGB value is (68,70,107). Sum of RGB (Red+Green+Blue) = 68+70+107=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #44466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44466B is #BBB994. Grayscale: #494949. Windows color (decimal): -12302741 or 7030340. OLE color: 7030340.

HSL color Cylindrical-coordinate representation of color #44466B: hue angle of 236.92º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44466B is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6870107-
CMYK0.360.3500.58
HSL236.92º22.29%34.31%-
HSV(B)236.92º36.45%41.96%-
XYZ7.236.6714.82-
YUV73.62146.84123.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=27.76%
G=28.57%
B=43.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68701070.360.3500.58236.9222.2934.31
Hex44466B242303Aed1622
Octal10410615344430723552642
Binary10001001000110110101110010010001101110101110110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44466B; }

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

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

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

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

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

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

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

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