Html Css Color HEX #444564 Corn Flower Blue

📋 copy color: '#444564'

red 68 ◦ green 69 ◦ blue 100

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

Shades of Corn Flower Blue #444564

Tints of Corn Flower Blue #444564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 28.69%
G = 29.11%
B = 42.19%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#444564 (or 0x444564) is known color: Corn Flower Blue. HEX triplet: 44, 45 and 64. RGB value is (68,69,100). Sum of RGB (Red+Green+Blue) = 68+69+100=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #444564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444564 is #BBBA9B. Grayscale: #484848. Windows color (decimal): -12303004 or 6571332. OLE color: 6571332.

HSL color Cylindrical-coordinate representation of color #444564: hue angle of 238.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #444564 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 69 100 -
CMYK 0.32 0.31 0 0.61
HSL 238.13º 0.19% 0.33% -
HSV(B) 238.13º 0.32% 0.39% -
XYZ 6.81 6.41 12.93 -
YUV 72.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 68 69 100 0.32 0.31 0 0.61 238.13 0.19 0.33
Hex 44 45 64 20 1F 0 3D EE 13 21
Octal 104 105 144 40 37 0 75 356 23 41
Binary 1000100 1000101 1100100 100000 11111 0 111101 11101110 10011 100001

Color Harmonies of #444564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444564

Black with #444564

Text Example


Text Example

White with #444564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444564; }

 p { color: rgb(68,69,100); }

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

background-color css

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

 a { background-color: rgb(68,69,100); }

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

border-color css

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

 span { border-color: rgb(68,69,100); }

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