Html Css Color HEX #444768 Corn Flower Blue

📋 copy color: '#444768'

red 68 ◦ green 71 ◦ blue 104

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

Shades of Corn Flower Blue #444768

Tints of Corn Flower Blue #444768

RGB

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

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

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

R = 27.98%
G = 29.22%
B = 42.8%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#444768 (or 0x444768) is known color: Corn Flower Blue. HEX triplet: 44, 47 and 68. RGB value is (68,71,104). Sum of RGB (Red+Green+Blue) = 68+71+104=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #444768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444768 is #BBB897. Grayscale: #494949. Windows color (decimal): -12302488 or 6833988. OLE color: 6833988.

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

Color convert

RGB 68 71 104 -
CMYK 0.35 0.32 0 0.59
HSL 235º 0.21% 0.34% -
HSV(B) 235º 0.35% 0.41% -
XYZ 7.14 6.73 14.02 -
YUV 73.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 68 71 104 0.35 0.32 0 0.59 235 0.21 0.34
Hex 44 47 68 23 20 0 3B EB 15 22
Octal 104 107 150 43 40 0 73 353 25 42
Binary 1000100 1000111 1101000 100011 100000 0 111011 11101011 10101 100010

Color Harmonies of #444768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444768

Black with #444768

Text Example


Text Example

White with #444768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444768; }

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

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

background-color css

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

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

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

border-color css

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

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

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