Html Css Color HEX #444068 Corn Flower Blue

📋 copy color: '#444068'

red 68 ◦ green 64 ◦ blue 104

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

Shades of Corn Flower Blue #444068

Tints of Corn Flower Blue #444068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 28.81%
G = 27.12%
B = 44.07%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#444068 (or 0x444068) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 68. RGB value is (68,64,104). Sum of RGB (Red+Green+Blue) = 68+64+104=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #444068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444068 is #BBBF97. Grayscale: #454545. Windows color (decimal): -12304280 or 6832196. OLE color: 6832196.

HSL color Cylindrical-coordinate representation of color #444068: hue angle of 246º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #444068 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 64 104 -
CMYK 0.35 0.38 0 0.59
HSL 246º 0.24% 0.33% -
HSV(B) 246º 0.38% 0.41% -
XYZ 6.72 5.9 13.88 -
YUV 69.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 68 64 104 0.35 0.38 0 0.59 246 0.24 0.33
Hex 44 40 68 23 26 0 3B F6 18 21
Octal 104 100 150 43 46 0 73 366 30 41
Binary 1000100 1000000 1101000 100011 100110 0 111011 11110110 11000 100001

Color Harmonies of #444068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444068

Black with #444068

Text Example


Text Example

White with #444068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444068; }

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

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

background-color css

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

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

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

border-color css

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

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

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