Html Css Color HEX #444774 Corn Flower Blue

📋 copy color: '#444774'

red 68 ◦ green 71 ◦ blue 116

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

Shades of Corn Flower Blue #444774

Tints of Corn Flower Blue #444774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

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

R = 26.67%
G = 27.84%
B = 45.49%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#444774 (or 0x444774) is known color: Corn Flower Blue. HEX triplet: 44, 47 and 74. RGB value is (68,71,116). Sum of RGB (Red+Green+Blue) = 68+71+116=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #444774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444774 is #BBB88B. Grayscale: #4B4B4B. Windows color (decimal): -12302476 or 7620420. OLE color: 7620420.

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

Color convert

RGB 68 71 116 -
CMYK 0.41 0.39 0 0.55
HSL 236.25º 0.26% 0.36% -
HSV(B) 236.25º 0.41% 0.45% -
XYZ 7.79 7 17.46 -
YUV 75.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 68 71 116 0.41 0.39 0 0.55 236.25 0.26 0.36
Hex 44 47 74 29 27 0 37 EC 1A 24
Octal 104 107 164 51 47 0 67 354 32 44
Binary 1000100 1000111 1110100 101001 100111 0 110111 11101100 11010 100100

Color Harmonies of #444774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444774

Black with #444774

Text Example


Text Example

White with #444774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444774; }

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

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

background-color css

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

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

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

border-color css

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

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

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