Html Css Color HEX #444074 Corn Flower Blue

📋 copy color: '#444074'

red 68 ◦ green 64 ◦ blue 116

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

Shades of Corn Flower Blue #444074

Tints of Corn Flower Blue #444074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 27.42%
G = 25.81%
B = 46.77%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#444074 (or 0x444074) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 74. RGB value is (68,64,116). Sum of RGB (Red+Green+Blue) = 68+64+116=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #444074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444074 is #BBBF8B. Grayscale: #464646. Windows color (decimal): -12304268 or 7618628. OLE color: 7618628.

HSL color Cylindrical-coordinate representation of color #444074: hue angle of 244.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #444074 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 64 116 -
CMYK 0.41 0.45 0 0.55
HSL 244.62º 0.29% 0.35% -
HSV(B) 244.62º 0.45% 0.45% -
XYZ 7.37 6.16 17.32 -
YUV 71.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 68 64 116 0.41 0.45 0 0.55 244.62 0.29 0.35
Hex 44 40 74 29 2D 0 37 F5 1D 23
Octal 104 100 164 51 55 0 67 365 35 43
Binary 1000100 1000000 1110100 101001 101101 0 110111 11110101 11101 100011

Color Harmonies of #444074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444074

Black with #444074

Text Example


Text Example

White with #444074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444074; }

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

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

background-color css

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

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

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

border-color css

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

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

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