Html Css Color HEX #44486B Corn Flower Blue

📋 copy color: '#44486B'

red 68 ◦ green 72 ◦ blue 107

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

Shades of Corn Flower Blue #44486B

Tints of Corn Flower Blue #44486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

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

R = 27.53%
G = 29.15%
B = 43.32%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44486B (or 0x44486B) is known color: Corn Flower Blue. HEX triplet: 44, 48 and 6B. RGB value is (68,72,107). Sum of RGB (Red+Green+Blue) = 68+72+107=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #44486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44486B is #BBB794. Grayscale: #4A4A4A. Windows color (decimal): -12302229 or 7030852. OLE color: 7030852.

HSL color Cylindrical-coordinate representation of color #44486B: hue angle of 233.85º 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 #44486B is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 72 107 -
CMYK 0.36 0.33 0 0.58
HSL 233.85º 0.22% 0.34% -
HSV(B) 233.85º 0.36% 0.42% -
XYZ 7.36 6.93 14.86 -
YUV 74.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 68 72 107 0.36 0.33 0 0.58 233.85 0.22 0.34
Hex 44 48 6B 24 21 0 3A EA 16 22
Octal 104 110 153 44 41 0 72 352 26 42
Binary 1000100 1001000 1101011 100100 100001 0 111010 11101010 10110 100010

Color Harmonies of #44486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44486B

Black with #44486B

Text Example


Text Example

White with #44486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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