Html Css Color HEX #444071 Corn Flower Blue

📋 copy color: '#444071'

red 68 ◦ green 64 ◦ blue 113

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

Shades of Corn Flower Blue #444071

Tints of Corn Flower Blue #444071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 27.76%
G = 26.12%
B = 46.12%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#444071 (or 0x444071) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 71. RGB value is (68,64,113). Sum of RGB (Red+Green+Blue) = 68+64+113=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #444071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444071 is #BBBF8E. Grayscale: #464646. Windows color (decimal): -12304271 or 7422020. OLE color: 7422020.

HSL color Cylindrical-coordinate representation of color #444071: hue angle of 244.9º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #444071 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 64 113 -
CMYK 0.40 0.43 0 0.56
HSL 244.9º 0.28% 0.35% -
HSV(B) 244.9º 0.43% 0.44% -
XYZ 7.2 6.09 16.42 -
YUV 70.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 68 64 113 0.40 0.43 0 0.56 244.9 0.28 0.35
Hex 44 40 71 28 2B 0 38 F5 1C 23
Octal 104 100 161 50 53 0 70 365 34 43
Binary 1000100 1000000 1110001 101000 101011 0 111000 11110101 11100 100011

Color Harmonies of #444071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444071

Black with #444071

Text Example


Text Example

White with #444071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444071; }

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

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

background-color css

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

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

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

border-color css

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

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

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