Html Css Color HEX #44406B Corn Flower Blue

📋 copy color: '#44406B'

red 68 ◦ green 64 ◦ blue 107

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

Shades of Corn Flower Blue #44406B

Tints of Corn Flower Blue #44406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 28.45%
G = 26.78%
B = 44.77%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44406B (or 0x44406B) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 6B. RGB value is (68,64,107). Sum of RGB (Red+Green+Blue) = 68+64+107=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #44406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44406B is #BBBF94. Grayscale: #454545. Windows color (decimal): -12304277 or 7028804. OLE color: 7028804.

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

Color convert

RGB 68 64 107 -
CMYK 0.36 0.40 0 0.58
HSL 245.58º 0.25% 0.34% -
HSV(B) 245.58º 0.4% 0.42% -
XYZ 6.87 5.96 14.7 -
YUV 70.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 68 64 107 0.36 0.40 0 0.58 245.58 0.25 0.34
Hex 44 40 6B 24 28 0 3A F6 19 22
Octal 104 100 153 44 50 0 72 366 31 42
Binary 1000100 1000000 1101011 100100 101000 0 111010 11110110 11001 100010

Color Harmonies of #44406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44406B

Black with #44406B

Text Example


Text Example

White with #44406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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