Html Css Color HEX #444164 Corn Flower Blue

📋 copy color: '#444164'

red 68 ◦ green 65 ◦ blue 100

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

Shades of Corn Flower Blue #444164

Tints of Corn Flower Blue #444164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 100 (39.45% from 255) = 42.92%

R = 29.18%
G = 27.9%
B = 42.92%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#444164 (or 0x444164) is known color: Corn Flower Blue. HEX triplet: 44, 41 and 64. RGB value is (68,65,100). Sum of RGB (Red+Green+Blue) = 68+65+100=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 100 - color contains mainly: blue. Hex color #444164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444164 is #BBBE9B. Grayscale: #454545. Windows color (decimal): -12304028 or 6570308. OLE color: 6570308.

HSL color Cylindrical-coordinate representation of color #444164: hue angle of 245.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #444164 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 65 100 -
CMYK 0.32 0.35 0 0.61
HSL 245.14º 0.21% 0.32% -
HSV(B) 245.14º 0.35% 0.39% -
XYZ 6.57 5.93 12.85 -
YUV 69.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 68 65 100 0.32 0.35 0 0.61 245.14 0.21 0.32
Hex 44 41 64 20 23 0 3D F5 15 20
Octal 104 101 144 40 43 0 75 365 25 40
Binary 1000100 1000001 1100100 100000 100011 0 111101 11110101 10101 100000

Color Harmonies of #444164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444164

Black with #444164

Text Example


Text Example

White with #444164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444164; }

 p { color: rgb(68,65,100); }

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

background-color css

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

 a { background-color: rgb(68,65,100); }

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

border-color css

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

 span { border-color: rgb(68,65,100); }

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