Html Css Color HEX #44406C Corn Flower Blue

📋 copy color: '#44406C'

red 68 ◦ green 64 ◦ blue 108

#44406C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #44406C

Tints of Corn Flower Blue #44406C

RGB

 RED value IS 68 (26.95% from 255) = 28.33%

 GREEN value IS 64 (25.39% from 255) = 26.67%

 BLUE value IS 108 (42.58% from 255) = 45%

R = 28.33%
G = 26.67%
B = 45%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44406C (or 0x44406C) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 6C. RGB value is (68,64,108). Sum of RGB (Red+Green+Blue) = 68+64+108=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #44406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44406C is #BBBF93. Grayscale: #464646. Windows color (decimal): -12304276 or 7094340. OLE color: 7094340.

HSL color Cylindrical-coordinate representation of color #44406C: hue angle of 245.45º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44406C is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 64 108 -
CMYK 0.37 0.41 0 0.58
HSL 245.45º 0.26% 0.34% -
HSV(B) 245.45º 0.41% 0.42% -
XYZ 6.92 5.98 14.98 -
YUV 70.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 68 64 108 0.37 0.41 0 0.58 245.45 0.26 0.34
Hex 44 40 6C 25 29 0 3A F5 1A 22
Octal 104 100 154 45 51 0 72 365 32 42
Binary 1000100 1000000 1101100 100101 101001 0 111010 11110101 11010 100010

Color Harmonies of #44406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44406C

Black with #44406C

Text Example


Text Example

White with #44406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44406C; }

 p { color: rgb(68,64,108); }

 H1.HeaderClassName
 {
   color: #44406C;
 }
 .AnyTagClassName
 {
   color: #44406C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #44406C;
 }
 .BgClassName
 {
   background-color: #44406C;
 }
</style>

border-color css

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

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

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