Html Css Color HEX #444070 Corn Flower Blue

📋 copy color: '#444070'

red 68 ◦ green 64 ◦ blue 112

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

Shades of Corn Flower Blue #444070

Tints of Corn Flower Blue #444070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 27.87%
G = 26.23%
B = 45.9%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#444070 (or 0x444070) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 70. RGB value is (68,64,112). Sum of RGB (Red+Green+Blue) = 68+64+112=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #444070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444070 is #BBBF8F. Grayscale: #464646. Windows color (decimal): -12304272 or 7356484. OLE color: 7356484.

HSL color Cylindrical-coordinate representation of color #444070: hue angle of 245º degrees, saturation: 0.27, 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 #444070 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 64 112 -
CMYK 0.39 0.43 0 0.56
HSL 245º 0.27% 0.35% -
HSV(B) 245º 0.43% 0.44% -
XYZ 7.14 6.07 16.12 -
YUV 70.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 68 64 112 0.39 0.43 0 0.56 245 0.27 0.35
Hex 44 40 70 27 2B 0 38 F5 1B 23
Octal 104 100 160 47 53 0 70 365 33 43
Binary 1000100 1000000 1110000 100111 101011 0 111000 11110101 11011 100011

Color Harmonies of #444070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444070

Black with #444070

Text Example


Text Example

White with #444070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444070; }

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

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

background-color css

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

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

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

border-color css

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

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

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