Html Css Color HEX #444066 Corn Flower Blue

📋 copy color: '#444066'

red 68 ◦ green 64 ◦ blue 102

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

Shades of Corn Flower Blue #444066

Tints of Corn Flower Blue #444066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.59%

R = 29.06%
G = 27.35%
B = 43.59%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#444066 (or 0x444066) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 66. RGB value is (68,64,102). Sum of RGB (Red+Green+Blue) = 68+64+102=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #444066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444066 is #BBBF99. Grayscale: #454545. Windows color (decimal): -12304282 or 6701124. OLE color: 6701124.

HSL color Cylindrical-coordinate representation of color #444066: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #444066 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 64 102 -
CMYK 0.33 0.37 0 0.6
HSL 246.32º 0.23% 0.33% -
HSV(B) 246.32º 0.37% 0.4% -
XYZ 6.62 5.86 13.35 -
YUV 69.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 68 64 102 0.33 0.37 0 0.6 246.32 0.23 0.33
Hex 44 40 66 21 25 0 3C F6 17 21
Octal 104 100 146 41 45 0 74 366 27 41
Binary 1000100 1000000 1100110 100001 100101 0 111100 11110110 10111 100001

Color Harmonies of #444066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444066

Black with #444066

Text Example


Text Example

White with #444066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444066; }

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

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

background-color css

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

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

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

border-color css

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

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

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